|
Multiple sets of radio buttons -- Win32 API
Obviously all of the radio buttons in a dialog are mutually exclusive. How can I make it so that there are 2 sets of radio buttons, so that the choices in one set are independant of the choices in the other. What this means is that there will be two radio buttons selected, one from each group. How can I accomplish this?
IDE: Visual Studio .NET 2003
|