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
How do I fix microsoft visual c++ 2015 setup failed?
How you build a project using Developer Studio?
Do I need all the microsoft visual c++ redistributable?
Does visual c++ 2017 replace 2015?
How do I change visual code font?
How to create a DLL in C++.net 2005 which we can use in VB 6.0 application ?
What is a thread (VC++) and state the difference between Cmutex and Csemaphone?
Where can I find microsoft visual c++?
What is difference between c++ and vc++?
Is visual c++ a compiler?
What is microsoft visual c++ 2015 redistributable?
What is vc++ redistributable?
What is microsoft visual c++ 2013 redistributable?
Do I need microsoft visual c++ 2005 redistributable on my computer?
What is cmutex? How can we use it?