What is the use of CCmdTarget ?

Answers were Sorted based on User's Feedback



What is the use of CCmdTarget ?..

Answer / satheeshkedarisetti

CCmdTraget has the implementation of the Message map.
Message map routes the commands & messages to the member
functions you write to handle them. Key frame work classes
derived from the CCmdtarget includes CWnd, Cview etc..

If you need new user class handel the messages, derive the
class from any of the class which are derived from
CCmdTarget.

Is This Answer Correct ?    20 Yes 5 No

What is the use of CCmdTarget ?..

Answer / abhijit

* It is the base class for MFC's message map architecture
* Message map functionality is given through its virtual
member function OnCmdMsg

*** Owing to the way message map architecture is
implemented there is no provision for multiple inheritance
in MFC (1 window can not have two parents ... if the
derived class cant handle a message... and both parents
can... which parent should handle!!!)

Is This Answer Correct ?    12 Yes 4 No

What is the use of CCmdTarget ?..

Answer / rock

CCmdTarget is used for message handling purpose and it also
handels defwindowproc()

Is This Answer Correct ?    1 Yes 4 No

What is the use of CCmdTarget ?..

Answer / meenakshi sundaram

CCmdTarget is the base class for doing automation in MFC
based COM class.

Is This Answer Correct ?    4 Yes 10 No

Post New Answer

More MFC Interview Questions

What is difference between the TCP/IP and UDP socket

5 Answers   Invensys,


What is the use of CCmdTarget ?

4 Answers  


What is Thread ?(VC++)What is the difference between Cmutex and Csemaphone?

5 Answers   Atos Origin,


What are the special requirements for dialog box resources used in a form view?

2 Answers  


1)How to change a text of a button as Dynamically?

1 Answers   HCL,






what is the use of AFX_MANAGE_STATE ?

4 Answers   HCL,


How to access document object from view ?

1 Answers  


What MFC base classes provide support for ActiveX controls?

2 Answers   Wipro,


Difference between Cclint DC & Cpaint Dc

6 Answers   E Logic,


what is the meaning of constant FILE EXCEEDS LENGTH LIMIT while loading from ps file to vsam in the jcl?

0 Answers  


If i derive a new class from CObject what are the basic features my derived wil get ?

4 Answers   Microsoft,


What function is used to disable a control at runtime?

7 Answers  


Categories