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 |
how to Initialize contents of a dialog?
What is preemption and context switching?
what is use of the createWindow object
In Win32 application can we use CString datatype?
what is the difference between MFC and Win32
5 Answers ArisGlobal, Microsoft,
explain WM_PAINT message ?????
Function entry for DLL in win3.1
Hi All, i got through he h1b Lotreey in india. US staming in the consulate is pendding . i applied from india for H1b but currently i am in germany for 1 year .i wanted to know can i attend the interview in germany.
What is System call executable binary file into a process?
what is the stack size in win 32 program
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??
how radio button is active in dialog box?