What is a message map?
Answer / midhun kallayil madhavan
Message map is dynamic function locater
It can look each function if it defined
e.g
void OnWndMessage(UINT message, WPARAM wParam, LPARAM
lParam, LRESULT *pResult)
{
// function looking MESSAGE_MAPS ((DECLARED))
// if found, CWnd::OnSize(UINT nStyle, int cx, int cy);
__thisclass.OnSize(wParam, HIWORD(lParam), LOWORD(lParam);
}
//MIDHUN KALLAYIL MADHAVAN infomidhun@gmail.com
| Is This Answer Correct ? | 6 Yes | 3 No |
1) create ToolTip in MFC?
visual Pogramming c++ coding for create a paint application.. (Please someone help me)
if both base and derived class have the constructors if i create an object for derive class which class constructor is executed first
what is the component of CLR ?
How can update edit control data of an executing application from other application?
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 is the difference between regular dlls and extended dlls?
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
How can i implement the dynamic menus in MFC plz give the code
How can server communicate with more than one client
Given two processes, how can they share memory?
Does the application have more than one object? If no, then what is the reason?