|
-
September 29th, 2012, 02:27 AM
#2
Re: [Quest] How to restore Objects of Window after WM_PAINT Message
The only one reliable place to draw something in window client area, is under WM_PAINT message.
From any another place (e.g. from a command message) call InvalidateRect or RedrawWindow.
That didn't work for you most possible because a mistake in your code.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|