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 cwinthread class?
What are the advantages of a message map
In which Way invoke context-sensitive help inside the editor?
What is mfc in vc++?
What is iunknown? Explain some of commonly used methods provided by iunknown.
how to declare and populate an array of checkBoxes
Do I need ms visual c++ on my computer?
What is type-safety?
What is the difference between turbo c++ and visual c++?
What is cmutex? How can we use it?
What is persistence?
How to Use mfc71d.dll not mfc71.dll ?