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!!!
Printable View
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!!!
Try WM_ERASEBKGND
Try calling Invalidate() for the Desktop Window
Sally