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 |
What is the range of intensity of RGB
what is the meaning of constant FILE EXCEEDS LENGTH LIMIT while loading from ps file to vsam in the jcl?
if i modified data in 1 view how does the other view knows
1)How to load an icon on a button as Dynamically ?
In MFC By Using Communication Between Dialog Boxes,How Can We Send Message Of one Dialog Box To Another Dialog.?
3 Answers Financial Technologies,
What are the differences between MFC Exception macros and C++ exception keywords?
WHAT IS DIFFERENT BETWEN RELEASE MODE & DEBUGGING MODE
4 Answers Google, Microsoft, TCS,
plzz tell me what we can do and dont in tally ERP & sap business one?
How many types of dialog box are their
What is the difference between hinsrtance and hprevinstance in WinMain function?
how u can move CDC pointer to one line in cview?
If application hangs while SendMessage is waiting for the result, how you handle it?