I'm using simple ShowCursor to show/hide the mouse in my game:
VB Code:
'hide Do While ShowCursor(0) >= 0 DoEvents Loop 'show Do While ShowCursor(1) < 0 DoEvents Loop
But theres a problem showing the cursor again. When I get back to the VB IDE the mouse isn't visible, but everywhere else (anywhere outside the VB IDE) it is visible.
![]()
![]()
![]()




Reply With Quote