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

what is functioning of DIalodDataXchange ..?

0 Answers  


What is thread & process?

15 Answers   Exaband,


How we can findout Memoryleaks, In what way it can be avoided

6 Answers   Infosys,


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  


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

5 Answers   Alstom,






What is the difference between regular dlls and extended dlls?

2 Answers  


What is the difference between ASSERT and VERIFY?

2 Answers  


What is document-view architecture ? Give me one real time example for SDI ?

2 Answers  


Whats is DDX & DDV in MFC?

1 Answers   HCL,


What is CArchive class dowes?

4 Answers  


What is the difference between OnInitialUpdate and OnUpdate?

5 Answers  


What is the difference between GetMessage and PeekMessage ?

3 Answers  


Categories