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 updated verssion in vc++
what is the difference between SDI and MDI
15 Answers CMC, HCL, Siemens,
What are the types of button controls?
What are the advantages of using Doc/View or SDI over DialogBox
What is the use of CObject::Dump function ?
What is the size of class
what is message Testing ?
How to handle dynamic menus in MFC?
What is a message map?
Will there be any difference in the image buffer size if it is loaded in from CString to LPTSTR using GetBuffer()? lptstr = string.GetBuffer(0);
What is mfc class hierarchy?
what is the use of CWinApp class?