This code tells what position the cursor is in a textbox.
Let us say that this position is 10.
Now is my question, is it possible to know what character it is if any on position 9 in the textBox.
Is it possible to put the character on position 9 to a string ?
int position;
position = textBox1->SelectionStart;