Leeus Posted February 20, 2003 Posted February 20, 2003 With VB.NET how do I scroll my textbox down when new text is added, my methods from VB6 don't seem to work! Quote
*Gurus* divil Posted February 20, 2003 *Gurus* Posted February 20, 2003 Try using the AppendText method of the textbox, the caret should scroll down as you add text that way. If there is no existing text there this method will fail. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.