Jump to content
Xtreme .Net Talk

luri

Members
  • Posts

    2
  • Joined

  • Last visited

luri's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. 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.
  2. 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?
×
×
  • Create New...