Thanks, but I'm not sure it helps me.
You see, assigning a new String to the text box cause the text box to blink (refresh) when it contains a big string.
Maybe there is a way to avoid this blibking?!
Thanks.
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?