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
Can I uninstall visual c++ 2005?
Do I need microsoft visual c++ on my computer?
Is visual c++ still used?
Explain the advantages of cwinthread class.
What is iunknown?
Does visual c++ 2017 replace 2015?
Is it safe to uninstall microsoft visual c++ 2008 redistributable?
Can I remove microsoft visual c++?
How do I uninstall visual c++?
How do I reinstall microsoft visual c++?
What is visual c++ used for?
Explain pointer to the constant and constant pointer? Explain difference between them.
How do I create an mfc application in vc++?
Explain the significance of initapplication() in vc++.
What is microsoft visual c++ 2005 redistributable?