R
Rlrcstr
Greetings, All... I'm writing an internet enabled game and I'm working on
the chat engine. I'm using a RichTextBox as the chat message display window
so I can easily display text in several colors. One of the problems is: in
order to scroll the text box to ensure that the most recently posted message
is visible, I have to give the RichTextBox focus. Even though I can switch
focus back to whatever control had it before the update, it is really
annoying to anyone using the other parts of the game interface.
Can anyone give me some advice as to the best way to handle continuous chat
in an environment like this? Is there a better way than the RichTextBox?
Any thoughts are greatly appreciated. Thanks.
Jerry
the chat engine. I'm using a RichTextBox as the chat message display window
so I can easily display text in several colors. One of the problems is: in
order to scroll the text box to ensure that the most recently posted message
is visible, I have to give the RichTextBox focus. Even though I can switch
focus back to whatever control had it before the update, it is really
annoying to anyone using the other parts of the game interface.
Can anyone give me some advice as to the best way to handle continuous chat
in an environment like this? Is there a better way than the RichTextBox?
Any thoughts are greatly appreciated. Thanks.
Jerry