Checking Checked property in ListView

  • Thread starter Thread starter Beebs
  • Start date Start date
B

Beebs

I'm using Visual Basic .NET and need to know if anyone knows how to
loop through all the items of a listview and check if the checkbox for
each item is selected or not. All I need to know is if one is
selected, then I can exit my loop.
 
Thanks Daniel...this is a classic case of me not searching the
archives first, my apologies...
 
Back
Top