Grouped Radio Button Control
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi If I have a number of radi buttons on a dialog that are grouped together clicking on one unclicks the others. Using SetCheck for a button however from in the code leaves the others unchanged ie checked if they were the previously selected button. Is there a way to easily achieve the same functionality of clicking from within the code ?
-
Hi If I have a number of radi buttons on a dialog that are grouped together clicking on one unclicks the others. Using SetCheck for a button however from in the code leaves the others unchanged ie checked if they were the previously selected button. Is there a way to easily achieve the same functionality of clicking from within the code ?