Hi, I'm making a little game with DirectDraw and I use the: Public Declare Function ShowCursor Lib "user32" (ByVal bShow As Long) As Long

then in the form load sub I type ShowCursor 0, and when I run my program the cursor is still there. WHy?? Help please!

Thanks.