Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Hiding or programmaticaly moving mouse cursor
Message
De
20/04/2005 07:32:27
 
 
À
20/04/2005 07:21:41
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Database:
Visual FoxPro
Divers
Thread ID:
01006453
Message ID:
01006487
Vues:
36
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
>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform