what is the use of CCmdTarget?

Answers were Sorted based on User's Feedback



what is the use of CCmdTarget?..

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

what is the use of CCmdTarget?..

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

what is the use of CCmdTarget?..

Answer / chandtu080

For message mapping mechanism we use CCmdTarget Class

Is This Answer Correct ?    1 Yes 0 No

what is the use of CCmdTarget?..

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

Post New Answer

More MFC Interview Questions

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

1 Answers  


What is CArchive class dowes?

4 Answers  


Whats is DDX & DDV in MFC?

1 Answers   HCL,


1)How to load an icon on a button as Dynamically ?

1 Answers   HCL,


how many types of classes are ther,what are that

7 Answers   L&T,






Psychic Window Technique

2 Answers   E Logic, Wild Net,


Q1. A. What is unary operator? List out the different operators involved in the unary operator. B. What is an adjust field format flag? Q2. A. Distinguish between a # include and #define. B. Can a list of string be stored within a two dimensional array? Q3. A. Explain how a pointer to function can be declared in C++? B. List the merits and demerits of declaring a nested class in C++? Q4. A. What are the syntactic rules to be avoid ambiguity in multiple inheritence? B. Explain the operation of overloading of an assignment operator. Q5. A. Explain how the virtual base class is different from the conventional base classes of the opps. B. Explain how an exception handler is defined and invoked in a Program. Q6. A. What is a binary file? List the merits and demerits of the binary file usagein C++. B. Write short notes on Text Manipulation Routines. C. Write bites in Turbo c++ Header ("Include") Files.

3 Answers   ABC, HCL, Infosys,


How can we create thread in MFC framework?

3 Answers  


What is primitive and non-primitive application?

2 Answers   HCL,


What function is used to retrieve the currently selected index in a list box?

2 Answers  


how u can move CDC pointer to one line in cview?

2 Answers  


WHAT IS DIFFERENT BETWEN RELEASE MODE & DEBUGGING MODE

4 Answers   Google, Microsoft, TCS,


Categories