After painting to the screen's dc, how do I tell the screen dc to repaint itself so that what ever I drew will disappear?

I tried the following, but it doesn't work:

SendMessage HWND_BROADCAST, WM_PAINT, 0, 0

Any help would be appreciated..

Dan