hi,
ive made an app to check if links are online...
i load the links to listbox, yep fine, now i click start button and we do:
it's error out @ this line: Links.SelectedIndex = Me.Links.SelectedIndex + 1
when i remove it all is fine only it won't move on..
ive made an app to check if links are online...
i load the links to listbox, yep fine, now i click start button and we do:
Code:
Links.SelectedIndex = 0
For Each liveL In Links.Items
'Do the checks n then move on..
Links.SelectedIndex = Me.Links.SelectedIndex + 1
Next
when i remove it all is fine only it won't move on..