Click to See Complete Forum and Search --> : How to keep a window drawn when moving it (instead of just an outline)


Aleister
September 9th, 1999, 07:11 PM
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

ingrilli
September 9th, 1999, 10:41 PM
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.