Why doesn't Show/Hide cursor not work?
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.
Thanks for the responses!
About the video card, I already have a GeForce 2, so that is not the problem. Maybe there is a property setting on the Form somewhere that I have to set. I don't know.
Thanks anyways!
HAHA, Just answered my own question.
In order for the cursor to go away you have to use "ShowCursor (0)" - notice the 0 in parantathese. And I also put that statement in the DX_Init sub, NOT in the Form Load.
Yeh, it must be one of those VB things;)
We're so helpful around here ;)