Jack
2009-05-09 04:12:47 UTC
- I've got 3 radio buttons which correspond to 3 list boxes (when a radio buttons is enabled or clicked the corresponding listbox's background changes colour to show it is selected)
- I've also got 20 checkboxes in a group box, each check box represents an item I want to add to a list.
- And I also have a button called "Add to selected list"
Here's what I want to be able to do:
- I want to be able to select whatever amout of items (checkboxes) I want, and add those items (whatever it say next to the checkbox) to the selected list box, when I click the "Add to selected list" button.
Yes it sounds like alot, but I'm really bad at programming and I need the help.
Thanks in advance.