Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Could someone try turning this code from VB into VFP.
Message
 
À
09/12/2000 11:37:52
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00451166
Message ID:
00451185
Vues:
42
>============= VB Coding =========
>
>Private Declare Function SendMessage Lib "User32" Alias "SendMessageA" (ByVal hWnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Any) As Long
>
>Const WM_NCLBUTTONDOWN = &HA1
>Const HTCAPTION = 2
>
>lngReturnValue = SendMessage(Form1.hWnd, WM_NCLBUTTONDOWN, HTCAPTION, 0&)
>
>============= VFP Coding(?) =========
>Please help me!
Hi,

Look at API#12644

There Ed has done this for you
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform