Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Simulate a mouse down?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00101955
Message ID:
00102048
Vues:
35
>What are the parameters stands for 0
>
>= mouse_event(MOUSEEVENTF_LEFTDOWN, 0, 0, 0, 0) ???

In order, they are horizontal position, vertical position, reserved, and extra application dependent message information.

The both the horizontal and vertical positions represent offset from the current mouse position, and are used to simulate movement. By setting these to 0, the mouse pointer isn't moved from its current location.

The reserved parameter is reseverd for future usage by MS. It should always be set to zero.

Lastly, the application dependent information didn't really applye, since it was done from within VFP. Normally, you'd use GetMessageExtraInfo().

hth,
George

Ubi caritas et amor, deus ibi est
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform