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
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.