|
-
Jan 18th, 2000, 11:46 PM
#1
Thread Starter
Lively Member
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.
-
Jan 18th, 2000, 11:49 PM
#2
PowerPoster
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|