Hi,
I need help with Checkboxes.
I set up a C# Form with 40 Checkboxes.
Now I need to step through them one by one to see if one is checked or not.
Later I want to write down something like:
1-20, 22, 24, 28-35, 37 are checked.
Can you help me?
I named the Checkboxes : cb_01 - cb_40
Currently...