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 |
Suppose multiple threads accessing a registry key at a time. In that case which synchronization object you will use?
How will slove problem comes wirh Hybrid Inheritance?
Can I uninstall visual c++ 2005?
What is the value of the expression a = 42?
What is cmutex? How can we use it?
Name some examples of the different types of windows found in a Windows application?
What is more efficient to pass as a parameter--a pointer or an object? Why?
What is microsoft visual c++ 2008 redistributable?
Do I need all the microsoft visual c++ redistributable?
Which steps are required to add a column to a list view?
what is DLL?
What is visual c++ 2010 redistributable package x64?