Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP equivalent to MAKELPARAM
Message
From
22/08/2006 12:12:50
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
VFP equivalent to MAKELPARAM
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01147615
Message ID:
01147615
Views:
97
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?
Next
Reply
Map
View

Click here to load this message in the networking platform