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 |
What are the types of button controls?
1.Get string1,string2,string3 1.add string1 and 2,string1 and 3. 2.replace vowels with T 3.count number of T. 4.remove T 5.COPY string1 to stringf. 6.restore string1. print the following 1.Number of T 2.StringF 3.string1+string2+string3 Use pointers and functions
How can update edit control data of an executing application from other application?
What is the difference between Struts and JSF? Pls list some most suitable differences.
What is model and modeless dialog box ? Give some examples?
1)how to Display the File Dialog Box, in MFC ?
what do you mean by psychic window?
Can you explaing the relashionship between document,frame and view ?
What is the difference between Synchronous sockets and asynchronous sockets?
what is message loop how mfc does it internally?
How to setup a timer?
WHAT IS DIFFERENT BETWEN RELEASE MODE & DEBUGGING MODE
4 Answers Google, Microsoft, TCS,