dbloom
10th July 2005, 03:24
I know C/C++ but unfortunately have pretty much no experience with API programming, so pardon me if this question sounds crazy, and let me know if I'm doing this all wrong :).
When I add another radio button (IDC_RATE5) to the IDD_MAIN dialog, how do I make it deactivate itself when other radio buttons are selected, and make it deactivate the other radio buttons when it's selected? Right now, whenever I click it I basically have 2 selected radio buttons when I want there to be one. I'm having a hard time finding the place in the .rc editor, or source code, that controls this.
When I add another radio button (IDC_RATE5) to the IDD_MAIN dialog, how do I make it deactivate itself when other radio buttons are selected, and make it deactivate the other radio buttons when it's selected? Right now, whenever I click it I basically have 2 selected radio buttons when I want there to be one. I'm having a hard time finding the place in the .rc editor, or source code, that controls this.