G
Guest
I want to read the text property of a textbox from within the KeyPress event.
The text property does not show the last character entered. That character
can be found using e.KeyChar parameter value, but if the user moves the caret
to another position other that the end of the text, that character would not
be in the last position of the text.
Is there a way to know which position of text contains the character
entered?
The text property does not show the last character entered. That character
can be found using e.KeyChar parameter value, but if the user moves the caret
to another position other that the end of the text, that character would not
be in the last position of the text.
Is there a way to know which position of text contains the character
entered?