How can we allow no selection of radio button in grouped
radio buttons?
Answer Posted / 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 |
Post New Answer View All Answers
What is the use of microsoft visual c++ 2015 redistributable?
How do I fix microsoft visual c++ 2015 setup failed?
Is visual c++ a compiler?
What is microsoft visual c++ 2015 redistributable package x64?
What is microsoft visual c++ 2015 redistributable?
What is the difference between turbo c++ and visual c++?
Do you need microsoft visual c++?
What is iunknown?
What is vcredist?
What is microsoft visual c++ runtime library error?
How do I change visual code font?
Do I need all the microsoft visual c++ redistributable?
What is cwinthread class?
What is the use of message map? Advantages of a message map.
Explain the significance of initapplication() in vc++.