Quote:
> What's the best way to prevent the user from modifying the (un)checked
> stated of a listview item without disabling the entire listview?
FYI: the following works fine, but double clicking the item changes the
checked state, why?
Private Sub lvwAct_ItemCheck(ByVal sender As Object, ByVal e As
System.Windows.Forms.ItemCheckEventArgs) Handles lvwAct.ItemCheck
e.NewValue = e.CurrentValue
End Sub
Thanks again,
--
SLE