how radio button is active in dialog box?



how radio button is active in dialog box?..

Answer / jitendra singh

1.associate a BOOL type variable with the first radio button.

2.set its group property as TRUE and keep all other radio
button group property as FALSE.

3.Their Tab sequence should be consecutive.

4.OnInitDialog() function set this variable default value as
zero to set first radio button in active state.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Win32API Interview Questions

What is preemption ? context switching ?

3 Answers  


System call executable binary file into a process

2 Answers  


what API used to hide window

2 Answers  


How will we unable and disable services in win 7 ?

2 Answers   McAfee, Microsoft,


sql query for delete duplicate records in sql datadbase

0 Answers  






what is the difference between MFC and Win32

5 Answers   ArisGlobal, Microsoft,


what is the stack size in win 32 program

0 Answers  


How to load Bitmap at Dialogbakground in an MFC application?

1 Answers   SunSoft Technologies,


Function entry for DLL in win3.1

3 Answers  


win 3.1 supports which type of multi tasking?

2 Answers   TISL,


what is the function to repaint a window immediately?

2 Answers  


In win32 application if defining a variable of CString then it gives the error "CString:Undeclared identifier" how to solve the problem? What headerfile need to include??

2 Answers  


Categories