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

Can you explaing the relashionship between document,frame and view ?

2 Answers  


What is socket?

3 Answers  


How we call a dialog in another dialog?

2 Answers  


i have created runtime menu -- ( admistrator ->managepackage,manage module). but now i want to open a dialog when i select manage package and any other diaolg when selecting manage module ( whole selection is at run time only ) . Please HELP .its urgently required

3 Answers   Patni,


1)set the Title for The File DialogBox, in MFC?

1 Answers  






What are the advantages of using Doc/View or SDI over DialogBox

2 Answers  


what is the component of CLR ?

8 Answers   AZTEC, Symphony,


How you find memory leaks?

4 Answers   ABB,


how can u change button shape at run time

3 Answers   Samsung,


Hi All, I have created one MFC Dialog Based application.now if i am running the application its working fine,instead of closing he application i minimized the application,if i run the application again,i am getting the Dialog. I want to prevent the calling of application multiple times. please give me the code and let me know in which method i need to make changes. Praveer

7 Answers   HP,


What is the command routing in MFC framework?

3 Answers  


Why not virtual functions to handle messages?

5 Answers  


Categories