what Message displayed when a window is destroyed
Answers were Sorted based on User's Feedback
Answer / ali saida shaik
In WM_DESTROY MEssage we r Using the PostQuitMessage(0)
Function This Function Quit the UINT message is set to 0.if
we will give any message in WM_DESTROY it will be show.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / cheruku raghu
WM_QUIT message in the programme message queue is posted.
This causes WinMain to drop out of message loop and exit
the runing application.
| Is This Answer Correct ? | 0 Yes | 4 No |
what is the difference between MFC and Win32
5 Answers ArisGlobal, Microsoft,
What is Win32?
14 Answers AAA, Genpact, HCL, Wipro,
Function entry for DLL in win3.1
What is GDI object?
What is preemption and context switching?
What is preemption ? context switching ?
Message to limit the size of window
what is use of the createWindow object
What are the COM components
2 Answers SunSoft Technologies,
how radio button is active in dialog box?
describe process of creating a new class of windows ??
what Message displayed when a window is destroyed