Autoscrolling textbox
-
Hello there! I am currently writing a chat-program. All of the network functions are (almost) working properly. But i have one problem though. I want the richTextBox to autoscroll when the text goes behind the border of the control (like Windows Messenger) I hope that you can help me with this! Regards
-
Hello there! I am currently writing a chat-program. All of the network functions are (almost) working properly. But i have one problem though. I want the richTextBox to autoscroll when the text goes behind the border of the control (like Windows Messenger) I hope that you can help me with this! Regards
richTextBox1.Focus(); richTextBox1.SelectionStart=richTextBox1.TextLength; richTextBox1.ScrollToCaret(); Darryl Borden Principal IT Analyst dborden@eprod.com
-
richTextBox1.Focus(); richTextBox1.SelectionStart=richTextBox1.TextLength; richTextBox1.ScrollToCaret(); Darryl Borden Principal IT Analyst dborden@eprod.com