How to uncheck all in checked list box
- Public Sub CheckAll(ByVal checkedListBox As CheckedListBox)
- For i As Integer = 0 To checkedListBox.Items.Count - 1
- checkedListBox.SetItemChecked(i, True)
- Next
- End Sub
If you have a Samsung phone or pad and the keyboard is set to Google give the Samsung one a try. Just go into the keyboard settings and ...
No comments:
Post a Comment