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 |
Name the three attributes of a pen?
What is the use of DDV and DDX routines ?
In which Way invoke context-sensitive help inside the editor?
What is iunknown?
Can I uninstall visual c++ 2005?
What is vc++ programming?
What is the RGB macro used for?
What is the value of the expression a = 42?
What is microsoft visual c++ used for?
What is iunknown? Explain some of commonly used methods provided by iunknown.
What is cwinthread class?
Does visual c++ 2017 replace 2015?