Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Finding screen row/col in a grid
Message
De
27/07/2000 17:30:28
 
 
À
17/07/2000 09:46:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00393227
Message ID:
00397907
Vues:
8
This is code in Visual Basic, but with the litle hack about POINTAPI structure, you should can use this code. How to simulate structures in Visual FoxPro, I found at this forum before about a year and a half. Author of documentation and code was Christof Lange. If You can't find this source, let me know, I can e-mail to You this source.


'Function Call declaration for GetCursorPos
Private Declare Function GetCursorPos Lib "user32" _
(lpPoint As POINTAPI) _
As Long

'Structure definitions for POINTAPI
Private Type POINTAPI
X As Long
Y As Long
End Type

If You have installed some version of Microsoft MSDN, You will be able to find more about this function.

I Use this often in Visual Basic, but I never try it in Visual FoxPro.
I Hope that this will be helpful.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform