Hello!
My question is the following...
I am building a CHAT Program in VB, to write the text in the chat I use a 'SingleLine' Textbox and above it I have the BIG MultiLine TextBox with a vertical scrollbar.
The MultiLine TextBox shows my messages and the other users' messages but I have a problem, when new text is added to the TextBox, this Control REFRESHES and sets the SCROLLBAR to it's <TOP>, but what I need is to do exactly the OPPOSITE.... to go to the BOTTOM !! because the NEW TEXT added is in the BOTTOM.
I think that I have to put something in the CHANGE Event of the TextBox to automatically go to BOTTOM (the scrollbar) in order to SHOW the last added TEXT.
IF YOU KNOW SOMETHING TO SOLVE THIS, PLEASE HELP ME!
Thanks!!!!!!!!!!
Sebastián from ARGENTINA.