|
list and loop
Need help with some vb 6. I have a text file that I have downloaded via a webpage using the inet ocx file and it works good. The issue I need help with is loading the text box into a list and using a timer or preferably a loop to take the first item of the list and insert it into a text box or varaiable then another command will use that variable or text box such as kill text1.text or kill $variable. After the kill runs I want to remove the item from the list box (though not from the text file) and continue on to the next item in the list until EOF. If some one can show me this code it would be greatly appreiacated.
|