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 Mike Lewis 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. sbarber007

    Timer Events - Please Help

    Basicly I want to add to my vb6 code. At the bottom I have marked in red below what I require. Private Sub Form_Load() Dim textfile As String Open "C:\users\administrator\dirnames.txt" For Input As #1 Do While Not EOF(1) Input #1, textfile FolderCreator.Combo1.AddItem (textfile) Loop...

Part and Inventory Search

Back
Top