how could i on a lcick of a button, check all the items in the CheckeListBox, NOT a listview. Thanks
Printable View
how could i on a lcick of a button, check all the items in the CheckeListBox, NOT a listview. Thanks
The CheckedListBox has a SetItemChecked method to check or uncheck an item. To iterate over all items you would use a For loop. The help/MSDN topic for SetItemChecked has a code example.