what if we provide two message handler for same message ?
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 |
What is the use of UpdateData funciton ?
What is Multithreading
What is the difference between Synchronous sockets and asynchronous sockets?
Hi All, I have created one MFC Dialog Based application.now if i am running the application its working fine,instead of closing he application i minimized the application,if i run the application again,i am getting the Dialog. I want to prevent the calling of application multiple times. please give me the code and let me know in which method i need to make changes. Praveer
how u can move CDC pointer to one line in cview?
What is the difference between workrer thread and UI thread
What function is used to disable a control at runtime?
what is the use of AFX_MANAGE_STATE ?
What is a critical section and how is it implemented?
What is the difference between ASSERT and VERIFY?
how does conditionally close the Dialog Box ?
1)At run-time, you can change the icon by calling the LoadIcon() function?