Actually, you should probably just do InvalidateRect(NULL, NULL, FALSE). =
If you check the docs you'll see that will force all windows to =
refresh.
--brian
-----Original Message-----
From: Ignacio Casta=F1o [mailto:cas...@ya...]=20
Sent: Wednesday, November 28, 2001 8:33 AM
To: gam...@li...
Subject: Re: [GD-Windows] cleaning the screen
Brian Sharon wrote:
> you might try
>
> InvalidateRect(GetDesktopWindow(), NULL, FALSE);
> UpdateWindow(GetDesktopWindow());
Thanks, this works! but sometimes the taskbar is still dirty. Do you =
know
how to obtain a handle to it or how to redraw it?
Thanks in advance,
Ignacio Casta=F1o
ca...@as...
|