ei guys, i am stuck in getting unchecked in listview... pls help me... thank u :) this is my code...
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
For Each item As ListViewItem In ListView1.Items
If CheckState.Unchecked Then
MsgBox(ListView1.Items.Item(0).SubItems(1).Text)
End If
Next
End Sub