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 four types of properties are supported by an ActiveX control?
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?
What is a critical section and how is it implemented?
How to handle RTTI in MFC ?
What function is used to retrieve the currently selected index in a list box?
Types of DLL's
Hi can anyone explain about the synchronization objects types and where we are using in the code.
How can i change the color of a dropdowncombobox elements
How can we create thread in MFC framework?
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 the use of OninitDialog ?
How to find the mouse entering an image?..while entering need to display next image...