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 |
List out the basic features of MFC.
1)set the Title for The File DialogBox, in MFC?
If i derive a new class from CObject what are the basic features my derived wil get ?
What is the difference between the ASSERT and VERIFY macros?
1.Get string1,string2,string3 1.add string1 and 2,string1 and 3. 2.replace vowels with T 3.count number of T. 4.remove T 5.COPY string1 to stringf. 6.restore string1. print the following 1.Number of T 2.StringF 3.string1+string2+string3 Use pointers and functions
What is stack size in win32 program?
What is the use of UpdateData funciton ?
What is the base class for MFC Framework ?
What are the types of button controls?
How to convert the content of buffer into lower case character.
What is CALLBACK? How it work? what is the advantage of CALLBACK, please explain with an example
What is the difference between ASSERT and VERIFY?