if no message handler is available for a message then will
deal with the message ? does window proving any default
mechanism?
Answers were Sorted based on User's Feedback
Answer / rajendar gunnala
If there is no handler then Defwindowproc() handle all the
messages,default window procedure is provided by CCmdtarget
Class in MFC.
| Is This Answer Correct ? | 15 Yes | 1 No |
Answer / sahadev tarei
If there is no handler then Defwindowproc() handle all the
messages,defoult window procedure.
| Is This Answer Correct ? | 13 Yes | 0 No |
What is the difference between Extension DLL and Regular DLL?
Which MFC function is used to display output?
What is the base class for MFC
How can i implement the dynamic menus in MFC plz give the code
List out the basic features of MFC.
How we can findout Memoryleaks, In what way it can be avoided
how to repaint when working with horizontal scroll bar
1) Enable or disable a Cancel button at run time?
how many types of messages are their
What does mfc stand for?
1)How to change a text of a button as Dynamically?
What is stack size in win32 program?