How i can make two groups of radioButton in same form(one form)??
This is a discussion on radioButton within the C++ Programming forums, part of the General Programming Boards category; How i can make two groups of radioButton in same form (one form)??...
How i can make two groups of radioButton in same form(one form)??
Sounds like a Winders question to me; ask in the right forum and you will probably get a better answer..a lifetime ago when I did this stuff you would just make multiple radio-button groups (effectively static group boxes around 1-n radio buttons). It used to be easy but no idea how .NET does it.....thankfully I no longer need to care....