adspace
How WM_PAINT message gets called in MFC,please explain it .
a)Who calls the WM_PAINT message?
b)When it gets called?
c)how it comes to message queue?
Please Explain it
Answer Posted / vijay
WM_Paint Message will be invoked by the system and not by
any application.
This message is sent when updatewindow or RedrawWindow
Function is called.
Dispactch Message Function dispatches the message , it gets
the message from the GetMessage() or PeekMessage()
Functions.
| Is This Answer Correct ? | 18 Yes | 2 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category