Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MOUSE command and Pix2Fox
Message
De
26/01/2009 09:32:35
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
MOUSE command and Pix2Fox
Divers
Thread ID:
01377027
Message ID:
01377027
Vues:
52
In the code below, the LEFT position is working great, but the TOP is not. It is lower than it should be.
IF (nKeyCode >= 48 AND nKeyCode <= 57) OR (nKeyCode >= 65 AND nKeyCode <= 90) OR (nKeyCode >= 97 AND nKeyCode <= 122)

	m.lnPosY = _SCREEN.Top + THISFORM.Top + THIS.Top
	m.lnPosX = _SCREEN.Left + THISFORM.Left + THIS.Left

	MOUSE AT lnPosY,lnPosX

ENDIF

DODEFAULT()
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform