If someone knoww the property to make a textbox scroll down... like when there is info that goes beyond the visible object... and when you scroll down, new text causes it to scroll back to the top.
If anyone knows how to make it stay scrolled down with the latest text in vb, it would be cool if you could tell me. it slipped my mind.
onchange:
text1.selstart = len(text1.text)
there's an ocx you can use but I forget what its called.
Umm...there's absolutely no call to go and include a bulky OCX dependency for something as simple as scrolling a text box.
Yes, it's a single line of code in the onchange() event, like my code demonstrates :)
:) iunno im lazy.
Lazy? Sounds like more work is required to maintain the registration, package and delivery of an OCX than to add one line in native VB?