Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP equivalent to MAKELPARAM
Message
De
22/08/2006 12:12:50
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
VFP equivalent to MAKELPARAM
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01147615
Message ID:
01147615
Vues:
98
I need to use this:

lResult = SendMessage( // returns LRESULT in lResult
(HWND) hWndControl, // handle to destination control
(UINT) TCM_SETITEMSIZE, // message ID
(WPARAM) wParam, // = (WPARAM) 0; not used, must be zero
(LPARAM) lParam // = (LPARAM) MAKELPARAM (cx, cy)
);

Parameters

wParam
Must be zero.
cx
New width, in pixels.
cy
New height, in pixels.

How would I create the LPARAM in VFP?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform