How to update all the views whenver document got updated ?
what is the difference between compiling and building?
What is the use of CCmdTarget ?
What is userdefine Messages in MFC?
What is the difference between workrer thread and UI thread
What does mfc stand for?
In MFC By Using Communication Between Dialog Boxes,How Can We Send Message Of one Dialog Box To Another Dialog.?
3 Answers Financial Technologies,
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?
In SDI how many view's are attached to document object and in MDI how many view's are attached to Document object?
What are the differences between MFC Exception macros and C++ exception keywords?
Tell me about different kinds of synchranization objects ?
What four types of properties are supported by an ActiveX control?
How to handle dynamic menus in mfc? What happens when client calls cocreateinstance?