View Single Post
Old Jun 6th, 2005, 5:45 PM   #1
uman
Expert Programmer
 
Join Date: Dec 2004
Posts: 794
Rep Power: 5 uman is on a distinguished road
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
uman is offline   Reply With Quote