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

How many time DLLMain gets called?

1 Answers   Microsoft,


What keyboard editor command is used for Undo?

1 Answers  


What is difference between c++ and vc++?

0 Answers  


What is a mnemonic?

1 Answers  


How do I change visual code font?

0 Answers  






Can I delete old microsoft visual c++?

0 Answers  


What is vc++ redistributable?

0 Answers  


Do I need microsoft visual c++ on my computer?

0 Answers  


What is difference between c++ and visual c++?

0 Answers  


What is an overlapped image?

1 Answers  


I have to DLL one is COM dll and another is normal DLL. How I can identify which dll is normal DLL and which DLL is from COM DLL. please give me some clear picture on these

2 Answers  


Explain the advantages of cwinthread class.

0 Answers  


Categories