|
-
Feb 20th, 2000, 12:00 PM
#1
Thread Starter
New Member
How do you insert text (incoming from the app not the user) into a textbox, label,etc that - starts at the bottom and moves up (or top to bottom) that doesn't over write the text already there. And that you can scroll back and forth. (like the debug window)
Thx
------------------
AC
-
Feb 20th, 2000, 12:57 PM
#2
So Unbanned
I think what you want to do is this:
Make a TextBox set it's MultiLine property to True
Set it's ScrollBars value to Both
There you go,
------------------
DiGiTaIErRoR
VB, QBasic, Iptscrae, HTML
Quote: There are no stupid questions, just stupid people.
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
|