I have a window that have a child window in it.
When the main window get minimized, then maximized, it seems that the child window doesn't get the WM_PAINT message ?!
What should I change ?
(s)
When the main window get minimized, then maximized, it seems that the child window doesn't get the WM_PAINT message ?!
What should I change ?
(s)
Depending on how you created the child window, all messages intended for it will go to the parent window...so when you process WM_PAINT in the parent's window procedure you should update the child window(s) accordingly.
Hope that helps
The Martial
Hope that helps
The Martial
But my child window receive all other WM_PAINT message (on resize, on cover, etc...), so what ?
(s)
(s)