What is a message map, and what is the advantage of a
message map over virtual functions?
Answer / raju
Message Map is a logical table that maps the windows
messages to the member functions of the class.
Message map is to avoid following drawbacks:
1) Most windows only process a small number of messages,
yet each window require to giant virtual function table
with the entries of each message.
2) Virtual functions don't handle user defined messages and
other custom cases.
| Is This Answer Correct ? | 12 Yes | 0 No |
Explain the flow of SDI application?
What view class enables you to use an edit control as a view?
1) create ToolTip in MFC?
Have you ever used win32 APIs ?
1) How do you Destroy a Dialog Box ?
How to find the mouse entering an image?..while entering need to display next image...
What is difference between the TCP/IP and UDP socket
What is thread & process?
List out the basic features of MFC.
How can we create thread in MFC framework?
1)how to Display the File Dialog Box, in MFC ?
Hi All, i am new for VC++ SDK. i want to get the IP Address of all the External device connected with my local machine.please give the code Regards, Praveer