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 |
describe process of creating a new class of windows ??
System call executable binary file into a process
what is the function to repaint a window immediately?
explain WM_PAINT message ?????
What is an Hash Mapping in java?
java is pure object oriented programming language why?
In Win32 application can we use CString datatype?
write About send message and post message
What is GDI object?
How will we unable and disable services in win 7 ?
What is System call executable binary file into a process?
What is preemption ? context switching ?