Hi,
I would like in some event to delete few characters from my TextBox.
I don't want to do txtBox.Text = newText since it has bad performace (my text might be big).
I would like to "send" to the Text the character 8 (backspace) the required times.
How can I do that?
I would like in some event to delete few characters from my TextBox.
I don't want to do txtBox.Text = newText since it has bad performace (my text might be big).
I would like to "send" to the Text the character 8 (backspace) the required times.
How can I do that?