how to Initialize contents of a dialog?
Answers were Sorted based on User's Feedback
Answer / naviyr
In MFC, the contents of a dialog are initialized if they are
associated with their corresponding data members. This is
done through "UpdateData(FALSE)" function. The control data
is transferred to the data members through "UpdateData(TRUE)".
In WIN32, the dialog data in controls can be initialized
during WM_INITDIALOG call. The control data can be updated
to the dialog members using apppropriate "SendMessage"
functions.
| Is This Answer Correct ? | 9 Yes | 1 No |
What is Win32?
14 Answers AAA, Genpact, HCL, Wipro,
What is preemption and context switching?
how radio button is active in dialog box?
what are the design patterns of an MFC application
5 Answers Samsung, SunSoft Technologies,
Function entry for DLL in win3.1
java is pure object oriented programming language why?
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??
What is preemption ? context switching ?
What are the COM components
2 Answers SunSoft Technologies,
explain WM_PAINT message ?????
Message to limit the size of window
what API used to hide window