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 difference between c++ and visual c++?

0 Answers  


What Is Your Greatest Weakness?

4 Answers   Apple, Infosys, IOCL, Servion, TCS, VisionTek,


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

2 Answers  


How do I uninstall vc++ 2015?

0 Answers  


What is microsoft visual c++ 2015 redistributable package x64?

0 Answers  






Explain the advantages of cwinthread class.

0 Answers  


what r the vc++ components

3 Answers  


How to create a DLL in C++.net 2005 which we can use in VB 6.0 application ?

0 Answers   Soft Solutions,


What is splitter window in vc++?

0 Answers  


Do I need the microsoft visual c++?

0 Answers  


What function is used to trap all mouse messages?

1 Answers  


What is the use of message map? Advantages of a message map.

0 Answers  


Categories