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 |
to take three string inputs in a two dimensional array of 3 rows and 15 columns and write a function that prints them.
In Win32 application can we use CString datatype?
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 and context switching?
what is use of the createWindow object
How will we unable and disable services in win 7 ?
explain WM_PAINT message ?????
Explain Win32 Program Execution flow?
What Message to limit the size of window?
What is an Hash Mapping in java?
Message to limit the size of window
how to Initialize contents of a dialog?