Thanks guys, figured it out on my own.
"Manuel Canas" <(E-Mail Removed)> wrote in message
news:BKUPc.24871$hw6.2921@edtnps84...
> 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
>
>
|