MFC and OpenGL

Can anyone help me to make sure that when I move a window that has OpenGL in it the background color doesn’t leak onto the screen.

Whenever the window is moved, Windows will fire off an appropriate message. Catch this message and redraw the screen.

DO you happen to know exactly what that message is?