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
VChenga - 18 Aug 2005 14:52 GMT
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.
> Hi,
>
[quoted text clipped - 9 lines]
>
> Alex