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 |
Hi All, i am new for VC++ SDK. i want to get the IP Address of all the External device connected with my local machine.please give the code Regards, Praveer
How you find memory leaks?
What is a message map, and what is the advantage of a message map over virtual functions?
What is the difference between Extension DLL and Regular DLL?
Whats is DDX & DDV in MFC?
What is the difference between regular dlls and extended dlls?
what is the use of AFX_MANAGE_STATE ?
Which MFC function is used to display output?
What is serialization ?which function is responsible for serializing data ?
How to handle RTTI in MFC ?
what is message Testing ?
Given two processes, how can they share memory?