-
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.
-
Hm..
I don't know if that works with a RTBox too, but try this:
-
RichTextBox1.SelStart = Len(RichTextBox1.Text)
-
------------------
[email protected]
...
Every program can be reduced to one instruction which doesn't work.