Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MouseDown()
Message
 
 
À
14/02/2003 00:00:10
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00752948
Message ID:
00753095
Vues:
27
Mathew,
The MouseDown received the mouse pointer coordinates within the form. You've to ajust them for a page.
This.shape1.Top = nYCoord - OBJTOCLIENT(This, 1)
This.shape1.Left = nXCoord - OBJTOCLIENT(This, 2)
>Hi Sergey,
>
>I am currently using VFP7 with SP1 installed. The MouseDown() works fine in the form, but try the following. Create a form with a pageframe (just 1 page) and add your code to the MouseDown() of page1 and let me know if the same problem happen to you. Thanks
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform