Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21192

Listview check uncheck need help

$
0
0
I have code for checking multiple selected item

For Each Itm In lv_LIST.ListItems

If Itm.Selected Then
Itm.Checked = True
End If

Next

How about unchecking multiple checked items?

Viewing all articles
Browse latest Browse all 21192

Trending Articles