FMillion
Jan 6th, 2000, 05:19 AM
I am trying to program a very simple chat application. The only problem I have is that whenever the program receives chat text and adds it to the text box that shows the chat, the text box jumps back up to the top of the box. Can I make it stay at the bottom so that new text will be easily visible without scrolling back down to the bottom manually?
(I'm simply resetting the Text property of the textbox, e.g. TextBox1.Text = TextBox1.Text + NewText)
(I'm simply resetting the Text property of the textbox, e.g. TextBox1.Text = TextBox1.Text + NewText)