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



if no message handler is available for a message then will deal with the message ? does window pro..

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

if no message handler is available for a message then will deal with the message ? does window pro..

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

Post New Answer

More MFC Interview Questions

In VC++ How to transfer between one exe to another exe while running..

5 Answers   Wipro,


what is the updated verssion in vc++

3 Answers   Aspect,


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);

2 Answers  


How you create a button dynamically?

2 Answers  


What is the difference between the ASSERT and VERIFY macros?

4 Answers  






List out the parameters of WinMain Function.

2 Answers   Mphasis,


What is the base class for MFC Framework ?

4 Answers  


what if we provide two message handler for same message ?

1 Answers  


What are the types of button controls?

10 Answers  


1)At run-time, you can change the icon by calling the LoadIcon() function?

2 Answers  


1)does Frame Thickness in MFC?

1 Answers   winfoware,


if both base and derived class have the constructors if i create an object for derive class which class constructor is executed first

10 Answers   Siemens, Symphony,


Categories