PDA

View Full Version : help



10MinuteMail
07-13-2017, 09:28 AM
help on vb6 loop through listbox get string line by line

j03
07-13-2017, 11:24 PM
help on vb6 loop through listbox get string line by line

For i = 0 To List1.ListCount - 1
'read your line using List1.List(i)
Next i

You probably could have found this using a simple google search with the exact post you made as the search.

Josh
08-02-2017, 01:17 AM
Stop now, and switch to a different language.

c# would be my recommendation for a beginner.