what message is sent to an application when the user presses
the primary button?
No Answer is Posted For this Question
Be the First to Post Answer
Tell me about different kinds of synchranization objects ?
Explain in sort What is CTargetObject?
What is the difference between regular dlls and extended dlls?
what is the use of Mutex and critical section
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?
How can i implement the dynamic menus in MFC plz give the code
Have you ever used win32 APIs ?
What function is called by a document class to notify views that the document has been changed?
1)how to Display the File Dialog Box, in MFC ?
How to find the mouse entering an image?..while entering need to display next image...
How to handle dynamic menus in mfc? What happens when client calls cocreateinstance?
if both base and derived class have the constructors if i create an object for derive class which class constructor is executed first