PDA

Click to See Complete Forum and Search --> : (rich)TextBox for output/status/chat


itay222
Jan 18th, 2000, 10:46 PM
this 1 is a little problem which i couldn't find elegant solution to.
i'd like to implement a text box which get filled out automatically, not by the user (like from a chat or a status).
the requirements:
1. it should scroll down automatically.
2. err... that's it i guess.

ideas?
thankyou,itay.

Fox
Jan 18th, 2000, 10:49 PM
Hm..
I don't know if that works with a RTBox too, but try this:

-
RichTextBox1.SelStart = Len(RichTextBox1.Text)
-

------------------
fox_mccloud@gmx.net
...
Every program can be reduced to one instruction which doesn't work.