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

java is pure object oriented programming language why?

3 Answers   HCL,


how to Initialize contents of a dialog?

2 Answers   TCS,


win 3.1 supports which type of multi tasking?

2 Answers   TISL,


what is the stack size in win 32 program

0 Answers  


what is the function to repaint a window immediately?

2 Answers  


what is use of the createWindow object

4 Answers   HCL,


Message to limit the size of window

3 Answers  


Function entry for DLL in win3.1

3 Answers  


what is the difference between MFC and Win32

5 Answers   ArisGlobal, Microsoft,


describe process of creating a new class of windows ??

1 Answers  


explain WM_PAINT message ?????

0 Answers  


System call executable binary file into a process

2 Answers  


Categories