-
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
-
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.