what is the use of CCmdTarget?
Answers were Sorted based on User's Feedback
Answer / abhishek kesharwani
CCmdTarget class used to process window message, any class directly or indirectly inherited from CCmdTarget will eligible for message handling..
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / rajesh
MFC has implemented message maps to allow classes to handle
windows messages in much cleaner fashion. So any class
derived from CCmdTarget may have its own message map
allowing the class to handle the messages it is interested
in.
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / chandtu080
For message mapping mechanism we use CCmdTarget Class
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / santhosh
cCmdTarget is the base class for message map architecture in mfc. All the messages are handled with the help of this base class.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between Struts and JSF? Pls list some most suitable differences.
what is functioning of DIalodDataXchange ..?
How can i change the color of a dropdowncombobox elements
If there is more than 100 control in a window how we can change the Taborder of a controls
List out the basic features of MFC.
Will there be any difference in the image buffer size if it is loaded in from CString to LPTSTR using GetBuffer()? lptstr = string.GetBuffer(0);
What is the base class for MFC Framework ?
1)why we cant create more than one instance of the class Derived from CWinApp
1) How do you Destroy a Dialog Box ?
Psychic Window Technique
How to handle dynamic menus in MFC?
How to handle dynamic menus in mfc? What happens when client calls cocreateinstance?