Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27026

VS 2010 listbox selectedindex problem

$
0
0
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:

Code:

Links.SelectedIndex = 0
For Each liveL In Links.Items
    'Do the checks n then move on..
    Links.SelectedIndex = Me.Links.SelectedIndex + 1
Next

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..

Viewing all articles
Browse latest Browse all 27026

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>