Hi there,
I have a text on a textobox and append some new one by using
TextBox1.Text = TextBox1.Text & vbNewLine & "new string"

When i do that sometimes the new text exceeds the lines of the textbox so i need the scrollbars to look through all of it.
The problem is that when i get new text the textbox automatically scrolls all the way up. I want the scrollbar to stay at the end so i can see the new text directly.
How can i do that?
NOTE: I am programmin on the compact framework, programmin for a pda.
Thanks