Click to See Complete Forum and Search --> : Force Desktop Window To Refresh


balak yap
May 9th, 1999, 09:10 PM
Well, during my program running, i paint something on the desktop window,
after that, i want the desktop window to "refresh" to clear all what i paint.
I try WM_PAINT but it didn't work, any suggestion?
Thanks

Hello World!!!

Dan Haddix
May 9th, 1999, 10:16 PM
Try WM_ERASEBKGND

sally
May 10th, 1999, 02:56 AM
Try calling Invalidate() for the Desktop Window

Sally

Sally
May 10th, 1999, 02:56 AM
Try calling Invalidate() for the Desktop Window

Sally