abhishek


{ City } pune
< Country > india
* Profession * software engineer
User No # 20249
Total Questions Posted # 0
Total Answers Posted # 2

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 22
Users Marked my Answers as Wrong # 7
Questions / { abhishek }
Questions Answers Category Views Company eMail




Answers / { abhishek }

Question { 5607 }

what if we provide two message handler for same message ?


Answer

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

Question { Infosys, 27671 }

What is the initial function to be called in MFC and what
it will do


Answer

The WinMain function is called by the system as the initial
entry point for a Windows-based application. It initializes
the application, display its main window, and enter a
message retrieval-and-dispatch loop that is the top-level
control structure for the remainder of the application's
execution.

Is This Answer Correct ?    14 Yes 7 No