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 function is used to disable a control at runtime?
if i modified data in 1 view how does the other view knows
How to convert a CString variable to char* or LPTSTR?
how does the UIThread and worker thread communicates and handle events
What is the base class for MFC
What function is used to retrieve the currently selected index in a list box?
what is functioning of DIalodDataXchange ..?
how to give colour for dialog button or static buuto?any one explain full code ?pls pls
Explain the flow of SDI application?
1.Get string1,string2,string3 1.add string1 and 2,string1 and 3. 2.replace vowels with T 3.count number of T. 4.remove T 5.COPY string1 to stringf. 6.restore string1. print the following 1.Number of T 2.StringF 3.string1+string2+string3 Use pointers and functions
How can i implement the dynamic menus in MFC plz give the code
1)How to change a text of a button in runtime?