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 function is called by a document class to notify views that the document has been changed?

2 Answers  


What is the base class for MFC Framework ?

4 Answers  


How many types of dialog box are their

10 Answers   Honeywell,


How can i implement the dynamic menus in MFC plz give the code

2 Answers  


How to setup a timer?

3 Answers   IBM,


What is thread & process?

15 Answers   Exaband,


What is CArchive class dowes?

4 Answers  


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  


How you find memory leaks?

4 Answers   ABB,


1)how to Display the File Dialog Box, in MFC ?

1 Answers  


Can you explaing the relashionship between document,frame and view ?

2 Answers  


What is serialization ?which function is responsible for serializing data ?

5 Answers  


Categories