How can we allow no selection of radio button in grouped
radio buttons?
Answers were Sorted based on User's Feedback
Answer / pnnr
If there are IDC_RADIO1, IDC_RADIO2, IDC_RADIO1
In InitDialog :
Place the code :
CheckRadioButton(IDC_RADIO1, IDC_RADIO3, -1);
PNNR
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / guest
If the ids are IDC_RADIO2, IDC_RADIO1,IDC_RADIO3
On Init Dialog
CheckRadioButton(IDC_RADIO1, IDC_RADIO3, -1);
| Is This Answer Correct ? | 1 Yes | 0 No |
What is visual c++ used for?
How do I create an mfc application in vc++?
How do I uninstall vc++ 2015?
What is mfc in vc++?
What is vc++ programming?
What is visual c++ runtime?
What property is used to indicate that the up-down control is associated with a buddy control?
what is mean [] inc what is the use of include conio.h in c
Does visual c++ 2017 replace 2015?
What is a glyph?
What is an overlapped image?
Can I uninstall visual c++?