i dont get the highlighting problem , but i know that if you set the SelectionStart to the length of text it should prevent it being highlighted , eg:
VB Code:
textBox1.AppendText("some text"); textBox1.SelectionStart = textBox1.Text.Length;
|
Results 1 to 3 of 3
Thread: Why does Textbox highlight text?Threaded View
|
Click Here to Expand Forum to Full Width |