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 |
Explain the flow of SDI application?
what is the updated verssion in vc++
What is a message map, and what is the advantage of a message map over virtual functions?
What is the difference between OnInitialUpdate and OnUpdate?
Can you explaing the relashionship between document,frame and view ?
what is the size of a process
What is the difference between Struts and JSF? Pls list some most suitable differences.
How many types of dialog box are their
What is the base class for MFC Framework ?
1)How to change a text of a button in runtime?
What is the difference between hinsrtance and hprevinstance in WinMain function?
Whats is DDX & DDV in MFC?