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

Explain Win32 Program Execution flow?

0 Answers  


what is the stack size in win 32 program

0 Answers  


How will we unable and disable services in win 7 ?

2 Answers   McAfee, Microsoft,


to take three string inputs in a two dimensional array of 3 rows and 15 columns and write a function that prints them.

0 Answers  


how radio button is active in dialog box?

1 Answers  






sql query for delete duplicate records in sql datadbase

0 Answers  


Message to limit the size of window

3 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  


describe process of creating a new class of windows ??

1 Answers  


what API used to hide window

2 Answers  


what is the function to repaint a window immediately?

2 Answers  


In Win32 application can we use CString datatype?

4 Answers  


Categories