Use the Checked property of a ListView itemBest regardsVB Code:
Dim itm As ListItem For Each itm In ListView1.ListItems If itm.Checked = True Then Debug.Print itm.Text & " is checked" End If Next
|
Results 1 to 5 of 5
Thread: checked listview problemThreaded View
|
Click Here to Expand Forum to Full Width |