How can we allow no selection of radio button in grouped
radio buttons?

Answers were Sorted based on User's Feedback



How can we allow no selection of radio button in grouped radio buttons?..

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

How can we allow no selection of radio button in grouped radio buttons?..

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

Post New Answer

More VC++ AllOther Interview Questions

What is the RGB macro used for?

1 Answers  


What keyboard editor command is used for Undo?

1 Answers  


How do I change visual code font?

0 Answers  


How do you specify which control is the buddy control?

2 Answers  


Can I delete old microsoft visual c++?

0 Answers  






How do I remove microsoft visual c++ 2015 redistributable?

0 Answers  


How do I uninstall visual c++?

0 Answers  


Can I uninstall visual c++?

0 Answers  


What is microsoft visual c++ 2005 redistributable?

0 Answers  


What is vcredist_x86 exe?

0 Answers  


What is the use of DDV and DDX routines ?

4 Answers   TCS,


What is the default label used for in a switch statement?

2 Answers  


Categories