CheckedListBox selection

  • Thread starter Thread starter Alexander Widera
  • Start date Start date
A

Alexander Widera

Hi,

i have a CheckedListBox with MANY MANY entries. After a click on a button
all entries in that checkedListBox shouldn't be selected. How can I make
this?

And if I add a entry with an object of a selfcreated class ... how can I
access this class again? I have very much difficulties with the
CheckedListBox.

I thank you for your help

Alex
 
OK, first, if you think that on button click all checkedListBox items should
be unselected than the answer is in MSDN help. You have to use methods
SetItemChecked or SetItemCheckedState.

Second question I don't understand. Explain it.
 
Back
Top