Jobs
Author: Dimitar Madzunkov Date Submitted: 7/21/2005 Category: Windows Operations Compatibility: VB 6,VB 5 This code has been accessed 6182 times.
Email Yourself this snippet:
Public Declare Function ShowCursor Lib "user32" Alias "ShowCursor" (ByVal bShow As Long) As Long
Code
'this code you can put in cammandbutton,timer,on form load... ShowCursor False