So you have a list of links in a listbox this is how i do it.
Put this in a timer
Quote:
Dim x as String
Dim strHTML as String
x = listbox.list(0)
strHTML = wrapper.Getwrapper(x)
listbox.Removeitem(0)
If listbox.listCount = "0" then
msgbox "Done"
End If
|
then it should go through all the urls on the list.