I am using VB2005 and have created a dynamic list of checkboxes and depending on which file the user selects there may be between 1 and 20 checkboxed that appear in a form.
The user then checks any number of these checkboxes.
I know how many checkboxes exist.
I want to scroll down through the check boxes, one after the other and depending on if they are checked or not I different things need to happen.
How do I select checkbox 1, then checkbox 2 etc etc?
Thanks
Tarek
|