Answer Posted / dharani
1)dialog data exchange (DDX)
All dialog data functions are done with C++ code. There are
no special resources or magic macros. The heart of the
mechanism is a virtual function that is overridden in every
dialog class that does dialog data exchange and validation.
It is always found in this form:
Copy Code
void CMyDialog::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX); // call base class
//{{AFX_DATA_MAP(CMyDialog)
<data_exchange_function_call>
<data_validation_function_call>
//}}AFX_DATA_MAP
}
2)dialog data validation (DDV)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is vcredist_x86 exe?
What is a thread (VC++) and state the difference between Cmutex and Csemaphone?
What is vc++ programming?
Is it safe to uninstall microsoft visual c++ 2008 redistributable?
Is it ok to uninstall microsoft visual c++?
What is the Use of the Developer Studio Editor?
What is cwinthread class?
What is cmutex?
Is microsoft visual c++ important?
How can we use cmutex?
What is microsoft visual c++ 2008 redistributable?
What is difference between c++ and visual c++?
What is microsoft visual c++ 2015 redistributable?
How do I create an mfc application in vc++?
How do I get rid of microsoft visual c++ runtime library error?