Hi, guys I am new to .NET and programming in it self. SuperN00b you can call me. Anyway this is my questions. I have a form and on that form I have a CheckedListBox and it looks something like this...
All
Strawberry
Apple
Kiwi
Orange
Banana
Grape
Now when the user clicks on the indivdual fruit it puts a check next to it with no problem but what want to happen is that with the user clicks on the "All" checkbox I would like all of the items below to automatically be checked. And when he/she unchecks "All" I would like everything below to be unchecked Any idea how I would accomplish this ?
Thanks In Advance
ScarEye
Please note this is a CheckedListBox and NOT just a checkbox.
All
Strawberry
Apple
Kiwi
Orange
Banana
Grape
Now when the user clicks on the indivdual fruit it puts a check next to it with no problem but what want to happen is that with the user clicks on the "All" checkbox I would like all of the items below to automatically be checked. And when he/she unchecks "All" I would like everything below to be unchecked Any idea how I would accomplish this ?
Thanks In Advance
ScarEye
Please note this is a CheckedListBox and NOT just a checkbox.