what if we provide two message handler for same message ?
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 |
1)How to create ToolTip in MFC?
what is message loop how mfc does it internally?
How WM_PAINT message gets called in MFC,please explain it . a)Who calls the WM_PAINT message? b)When it gets called? c)how it comes to message queue? Please Explain it
What function is called by a document class to notify views that the document has been changed?
How to update windows title bar dynamically?
What is the base class for MFC Framework ?
What is the difference between regular dlls and extended dlls?
what is functioning of DIalodDataXchange ..?
How to update all the views whenver document got updated ?
What is primitive and non-primitive application?
how many types of messages are their
What are the special requirements for dialog box resources used in a form view?