Advertisement
4_2005-2006 Miscellaneous #150512

!!!*Hide the Mouse Pointer!! EASY!*!!!

This simple code hides the mouse pointer when you want to. (o:

AI

Riepilogo AI: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Codice sorgente
original-source
'put this in your module
Declare Function ShowCursor& Lib "user32" _
(ByVal bShow As Long)
'Add this code to Command1.
Private Sub Command1_Click()
ShowCursor (bShow = True)
End Sub
'Add this to Command2.
Private Sub Command2_Click()
ShowCursor (bShow = False)
End Sub
'ok, that's it. (o:
Commenti originali (3)
Recuperato da Wayback Machine