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 |
What is subclassing?
If i derive a new class from CObject what are the basic features my derived wil get ?
What is a critical section and how is it implemented?
How to find the mouse entering an image?..while entering need to display next image...
How do you change the properties for a tree view control that is part of the CTreeView class?
Explain in sort What is CTargetObject?
What types of threads are supported by MFC framework?
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
what is the use of AFX_MANAGE_STATE ?
1)why we cant create more than one instance of the class Derived from CWinApp
In MFC By Using Communication Between Dialog Boxes,How Can We Send Message Of one Dialog Box To Another Dialog.?
3 Answers Financial Technologies,
What is primitive and non-primitive application?