Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hiding or programmaticaly moving mouse cursor
Message
From
20/04/2005 07:32:27
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01006453
Message ID:
01006487
Views:
20
thx Glenn

>>Is there a way to hide or to move in a certain area of the screen the mouse cursor ? I have an application which does not request the use of the mouse so I'd like to hide it at the start up
>>Thanks
>>Alessio
>
>You can move the mouse with
>mouse at 100,100 pixels
>
>You can turn off the cursro with
>set cursor off && off
>* Turn back on again
>set cursor on
>
>To hide the mouse pointer...
>
>* for the Screen
>_screen.mousepointer = 13
>* for your form
>thisform.mousepointer = 13
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform