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 vcredist_x86 exe?
Can I uninstall visual c++?
What is cwinthread class? Explain its advantages.
hi i have 1180 in gre and 109 in toefl i have one more backlog to clear now. My classes got over in 2007 july. can i put a course completion certificate for my f1 visa interview. plz help
What is microsoft visual c++ 2005 redistributable?
What is the purpose of a C++ namespace?
what is mean [] inc what is the use of include conio.h in c
How to create a DLL in C++.net 2005 which we can use in VB 6.0 application ?
what r the vc++ components
Is microsoft visual c++ important?
A file a.cpp & B.cpp are complied & linked together in VC++ file a is something like int a =100;, File B is something like extern a; main() { printf("%d",a); }what will be the output.a)100,b)linker error,c)complier error etc etc.
Name the function is used to transfer bitmaps to an output device?