MFC Question: Download MFC PDF

Whats is DDX & DDV in MFC?

Tweet Share WhatsApp

Answer:

Dialog data exchange (DDX) is an easy way to initialize the
controls in your dialog box and to gather data input by the
user. Dialog data validation (DDV) is an easy way to
validate data entry in a dialog box.

Download MFC PDF Read All 26 MFC Questions
Previous QuestionNext Question
What is synchronization objects types and where we are using in the code?Will there be any difference in the image buffer size if it is loaded in from CString to LPTSTR using GetBuffer()? lptstr = string.GetBuffer(0);