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 |
1)set the Title for The File DialogBox, in MFC?
What is the difference between Extension DLL and Regular DLL?
1)dynamic creation of a Button ?
If there is more than 100 control in a window how we can change the Taborder of a controls
1)How to create ToolTip in MFC?
How can i implement the dynamic menus in MFC plz give the code
Which Macro is a Super set of other two macro DECLARE_SERIAL,DECLARE_DYNAMIC and DECLARE_DYNCREATE. ?
What is the range of intensity of RGB
What is stack size in win32 program?
What is LoadLibrary function returns?
Why not virtual functions to handle messages?
how can u change button shape at run time