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
Difference between critical section, mutex and semaphore.
What is the use of microsoft visual c++ 2015 redistributable?
What are the advantages of a message map
How do I create an mfc application in vc++?
What is vc++ redistributable?
Do I need microsoft visual c++ on my computer?
What is the difference between an MLE and an SLE?
how to declare and populate an array of checkBoxes
What is mfc in vc++?
What is visual c++ redistributable?
What is difference between c++ and visual c++?
Can I remove microsoft visual c++?
Do I need the microsoft visual c++?
What is odbc in vc ++?
Explain the important features of vc++?