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 |
How to handle dynamic menus in MFC?
General purpose classes in MFC
What is Multithreading
what is the use of CCmdTarget?
How can server communicate with more than one client
Explain the flow of SDI application?
What is the difference between the SDI and MDI
What is serialization ?which function is responsible for serializing data ?
Given two processes, how can they share memory?
Tell me about different kinds of synchranization objects ?
2.create for 10 batch: Employee_Number Employee_name Employee_Dateofjoining Employee_address Employee_salary 1.select the employee name who deriving more than 10 thousand salary and joined before august 08. use structure and pointers
What is the use of CCmdTarget ?