Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Determine Location of Mouse on right click
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01004710
Message ID:
01004760
Vues:
46
Thanks. Found that AmouseObj would even work better for my situation.

>
>The MouseUp() event does this.
>
>PROCEDURE Object.MouseUp
>LPARAMETERS nButton, nShift, nXCoord, nYCoord
>
>
>
>Parameters
>You must include an LPARAMETERS or PARAMETERS statement in the event procedure and specify a name for each parameter. Visual FoxPro passes the MouseUp event parameters in the following order.
>
>nButton
>
>
>In Visual FoxPro for Windows, contains a number that specifies which button was released to trigger the event: 1 (left), 2 (right), or 4 (middle).
>
>nXCoord, nYCoord
>
>
>Contains the current horizontal (nXCoord) and vertical (nYCoord) position of the mouse pointer within the form. These coordinates are always expressed in terms of the form's coordinate system in the unit of measurement specified by the ScaleMode property of the form.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform