FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

Visual Basic. How to get a scroll bar to scroll down?

 


The-Master
This is for Visual Basic

How do I make a VBscrollbar scroll down my programme. I have it docked in the form but I need it to actually function.

Thanks.
Teddy1
Depends really. if you have a textbox then have something like

Code:

If Len(Text1) > Len(Text1.Text) Then
Text1.SelLength = Len(Text1.Text)
End If


It's hard to say what you want doing exactly ???
Reply to topic    Frihost Forum Index -> Scripting -> Others

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.