Code:
Bu is için ShowCursor API'si kullanilir. Asagidaki kodu bir module içine yaz:
Declare Function ShowCursor Lib "user32" (ByVal bShow
As Long) As Long
Bu kod mouse imlecini saklar:
FareImleci = ShowCursor(False)
Bu kod mouse imlecini görünür hale getirir:
FareImleci = ShowCursor(True)