When i have more than one group of radio buttons on a dialog, how do i keep them from interacting with each other?
Printable View
When i have more than one group of radio buttons on a dialog, how do i keep them from interacting with each other?
Try the WS_GROUP Style
Code:WS_GROUP Specifies the first control of a group of controls in which the user can move from one control to the next with the arrow keys. All controls defined with the WS_GROUP style FALSE after the first control belong to the same group. The next control with the WS_GROUP style starts the next group (that is, one group ends where the next begins).
Did you make do it as a dialog or manually? If you did it as a dialog:
http://forums.vb-world.net/showthrea...threadid=61984