Advice on a CheckedListBox Behavior.

M

Manuel Canas

Hi There,

I'm looking for ideas, advices, hints on how to accomplish the following;

On a CheckedListBox I have a list of names or whatever, the behavior that I
want to accomplish is this; the first item on the Checkedlistbox should be
checked, I can do this alreay this is not the problem I'm having. what I
want is

If ItemIndex0 = Checked and All Other Items are False Then
firstItem = should remain Checked
If itemIndex10 = Unchecked and if at least one other Item = Checked
Then
itemIndex10 = Checked
If itemIndex10 = Checked and at least one other item =
Checked Then
itemIndex10 = Unchecked
If itemIndex10 = Checked and All Other Items =
Unchecked Then
itemIndex10 = should remain Checked
End If
End If
End if
End If

Any Ideas, Advices on how to accomplish this one?

Thanks Everyone,

Manuel
 

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