what if we provide two message handler for same message ?
If we provide multiple message handlers for same message,
the program gets compiled successfully. When we run the
application, the first message handler handles the message
and the second one is ignored.
| Is This Answer Correct ? | 8 Yes | 0 No |
What function is called by a document class to notify views that the document has been changed?
What is the base class for MFC Framework ?
How many types of dialog box are their
How can i implement the dynamic menus in MFC plz give the code
How to setup a timer?
What is thread & process?
What is CArchive class dowes?
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 you find memory leaks?
1)how to Display the File Dialog Box, in MFC ?
Can you explaing the relashionship between document,frame and view ?
What is serialization ?which function is responsible for serializing data ?