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 |
In Win32 application can we use CString datatype?
java is pure object oriented programming language why?
describe process of creating a new class of windows ??
Function entry for DLL in win3.1
win 3.1 supports which type of multi tasking?
How to load Bitmap at Dialogbakground in an MFC application?
1 Answers SunSoft Technologies,
what is the stack size in win 32 program
what Message displayed when a window is destroyed
What are the COM components
2 Answers SunSoft Technologies,
what is the function to repaint a window immediately?
How will we unable and disable services in win 7 ?
how to Initialize contents of a dialog?