How can we allow no selection of radio button in grouped
radio buttons?
Answer Posted / 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 |
Post New Answer View All Answers
Can I uninstall visual c++ 2005?
How can we use cmutex?
how to declare and populate an array of checkBoxes
What is cmutex? How can we use it?
What is microsoft visual c++ 2013 redistributable?
What is ole? How do you handle drag and drop in ole?
What is vc++ redistributable?
How do I uninstall vc++ 2015?
In which Way invoke context-sensitive help inside the editor?
How do I uninstall and reinstall microsoft visual c++ runtime libraries?
What is vcredist?
What is vcredist_x86 exe?
Explain pointer to the constant and constant pointer?
What is visual c++ 2010 redistributable package x64?
What is a copy constructor? What is the need for it?