|
-
September 9th, 1999, 07:11 PM
#1
How to keep a window drawn when moving it (instead of just an outline)
Gurus:
How do I keep a window drawn when I'm moving it (and not just see
the window "outline") ? I've tried overriding WM_MOVING, but to
no avail...
Thanks!
-Aleister
-
September 9th, 1999, 10:41 PM
#2
Re: How to keep a window drawn when moving it (instead of just an outline)
Win NT or Plus on Win95 do that for you, so I would not do it if I was you... Alternatively you could do an Invalidate at every move, but that could be problematic, as the modal loop's processing would not be proceeding as normal -- only who has that code can say for sure.
Sal.
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
|