Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. casaye

    hScroll bar on a list box

    Private Sub Form_Load()<br><br> Dim i As Integer<br><br> For i = 1 To 100<br><br> List1.AddItem CStr(i) & _<br><br> &quot; bottle(s) of beer on the wall.&quot;<br><br> Next i<br><br> SetHScroll Me, List1, List1.List(0)<br><br>End Sub<br>Add this code, which includes the required API...

Part and Inventory Search

Back
Top