Whats is DDX & DDV in MFC?



Whats is DDX & DDV in MFC?..

Answer / vasanth

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.

Is This Answer Correct ?    42 Yes 1 No

Post New Answer

More MFC Interview Questions

What is mfc class hierarchy?

0 Answers  


what is message Testing ?

1 Answers   L&T,


What is the base class for most MFC classes?

7 Answers   CMC, Siemens,


What is the difference between workrer thread and UI thread

3 Answers   HCL,


I have 2 threads. One thread prints odd numbers and the second thread prints even numbers. Now, I have to execute the threads alternatively so that i can output 1,2,3,4,5,6,..... write code for this?

1 Answers  






Have you ever used win32 APIs ?

4 Answers   Microsoft,


1)How to create ToolTip in MFC?

2 Answers  


List out the parameters of WinMain Function.

2 Answers   Mphasis,


Which CPrintInfo member variable must be set for multiple page printouts?

1 Answers  


Which Macro is a Super set of other two macro DECLARE_SERIAL,DECLARE_DYNAMIC and DECLARE_DYNCREATE. ?

2 Answers   Sony,


how does the UIThread and worker thread communicates and handle events

2 Answers   HCL,


How can server communicate with more than one client

2 Answers   Invensys,


Categories