what if we provide two message handler for same message ?



what if we provide two message handler for same message ?..

Answer / abhishek soni

If we provide multiple message handlers for same message,
the program gets compiled successfully. When we run the
application, the first message handler handles the message
and the second one is ignored.

Is This Answer Correct ?    8 Yes 0 No

Post New Answer

More MFC Interview Questions

How to update windows title bar dynamically?

7 Answers   HCL,


how to repaint when working with horizontal scroll bar

0 Answers  


How to handle command line arguements from simple MFC application ?

2 Answers   TCS,


What is difference between the TCP/IP and UDP socket

5 Answers   Invensys,


What types of threads are supported by MFC framework?

2 Answers  






What is userdefine Messages in MFC?

1 Answers   HCL,


How can i change the color of a dropdowncombobox elements

2 Answers  


What is the base class for MFC Framework ?

4 Answers  


how many types of classes are ther,what are that

7 Answers   L&T,


1)why we cant create more than one instance of the class Derived from CWinApp

5 Answers   Alstom,


I have 2 threads. One thread prints odd numbers and the second thread prints even numbers. Now, I have to execute the threads alternatively so that i can output 1,2,3,4,5,6,..... write code for this?

1 Answers  


Explain in sort What is CTargetObject?

2 Answers  


Categories