Hi I am making a chat program. When wsk_receiver gets data, it adds it to a new line on rich_history to make a sort of history for the chat. However, when the rich box is filled up even with scroll bars, it doesn't keep following what was last added. How can i make it scroll down when text is added?
Hi I am making a chat program. When wsk_receiver gets data, it adds it to a new line on rich_history to make a sort of history for the chat. However, when the rich box is filled up even with scroll bars, it doesn't keep following what was last added. How can i make it scroll down when text is added?
Thank you.
hi i made a chatprogram myself
little trouble with the richtextbox but finally made something out of it.
have a look and use what you need ... :)
Hi I am making a chat program. When wsk_receiver gets data, it adds it to a new line on rich_history to make a sort of history for the chat. However, when the rich box is filled up even with scroll bars, it doesn't keep following what was last added. How can i make it scroll down when text is added?
Thank you.
Just from memory, I think it may be a matter of setting SelStart to the end of the text.