Hi everybody,
I have a control Timer running each second in my form but when it runs the form shows a wait icon as pointer. How can i avoid or hide that mouse Pointer?
I tried this:
Procedure Timer
This.Enabled = .F.
Thisform.MousePointer = 0
ThisForm.Lockscreen = .T.
&& Here goes my Proccess
Thisform.LockScreen = .F.
This.Enabled = .T.
EndProc
Thanks...!
I have a control Timer running each second in my form but when it runs the form shows a wait icon as pointer. How can i avoid or hide that mouse Pointer?
I tried this:
Procedure Timer
This.Enabled = .F.
Thisform.MousePointer = 0
ThisForm.Lockscreen = .T.
&& Here goes my Proccess
Thisform.LockScreen = .F.
This.Enabled = .T.
EndProc
Thanks...!