|
-
Oct 28th, 2006, 06:10 AM
#1
Thread Starter
Member
[RESOLVED] View end of text after new text
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|