RichTextBox
-
OS :XP Visual studio 2003 controls . RichTextbox I have two richtextbox one is input and other one is display. I place some text in input then added it will show in display window. In display richtext I could not find the last send item. the scroll is on the top How can bring the scrollbar to down in run time. for shwo the last send item from input richtext. anybody help me :-O:-O
Continue...
-
OS :XP Visual studio 2003 controls . RichTextbox I have two richtextbox one is input and other one is display. I place some text in input then added it will show in display window. In display richtext I could not find the last send item. the scroll is on the top How can bring the scrollbar to down in run time. for shwo the last send item from input richtext. anybody help me :-O:-O
Continue...
textBox.Select(textBox.length, textBox.length);
i guess that will work