CheckedListBox selection

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
 
G

Guest

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top