Im having some trouble with bitblt. I got it to move the paddle smoothly, but, it leaves a trail of itself behind it. any suggestions? heres the code i used. I suspect I change the dwrop but I have no idea to what.

Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
BitBlt Form1.hDC, X, Y, 51, 14, picpaddle.hDC, 0, 0, SRCCOPY
End Sub
thanks