Answer Posted / zerozero
DDX-Transfer the data b/w dialog control and data member.
ex: DDX_TEXT(pDX,IDC_NAME,m_strName)
DDV: Validated the data entered into dialog control varibles.
Ex: DDX_TEXT(pDX,IDC_NAME,m_strName)
DDV_TEXT(pDX,m_strName,30)
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is microsoft visual c++ 2013 redistributable package x64?
What is cmutex? How can we use it?
What is iunknown? Explain some of commonly used methods provided by iunknown.
What is the Use of the Developer Studio Editor?
What is difference between c++ and visual c++?
What is microsoft visual c++ 2008 redistributable?
How you build a project using Developer Studio?
Explain the important features of vc++?
How to create a DLL in C++.net 2005 which we can use in VB 6.0 application ?
How do I create an mfc application in vc++?
Explain pointer to the constant and constant pointer? Explain difference between them.
Do I need microsoft visual c++ 2005 redistributable on my computer?
Do I need all the microsoft visual c++ redistributable?
What is vc++ programming?
What is cwinthread class?