Difference between getmessage, postmessage & peakmessage.
Answer / Ankur Jain
GetMessage retrieves a message from the application's message queue. PostMessage adds a message to the message queue of the specified window without waiting for it to be processed. PeakMessage allows you to peek at the next message in the message queue without removing or processing it.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between the cout and cin iostream objects?
Explain the significance of initapplication() in vc++.
How you build a project using Developer Studio?
What is odbc in vc ++?
How do I uninstall visual c++?
Do I need microsoft visual c++ on my computer?
What is iunknown?
TO start the build process in Developer Studio Which keyboard function is used ?
What is the difference between Undo and Redo?
In which Way invoke context-sensitive help inside the editor?
What is the difference between the = and == operators?
Name the most commonly used wizards?