Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Moving _Screen In MouseMove
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01220530
Message ID:
01239768
Views:
12
You're welcome.

>That did it. Thank you!
>
>
>
>>Try to add code marked below
>>LPARAMETERS nButton, nShift, nXCoord, nYCoord
>>#DEFINE WM_SYSCOMMAND 0x112
>>#DEFINE WM_LBUTTONUP 0x202
>>#DEFINE MOUSE_MOVE 0xf012
>>
>>IF nButton = 1 AND _Screen.WindowState # 2
>>	ReleaseCapture()
>>	SendMessage(_VFP.HWnd, WM_SYSCOMMAND, MOUSE_MOVE, 0x0)
>>        ************** NEW CODE **************************************
>>	SendMessage(_VFP.HWnd, WM_LBUTTONUP, 0x0, 0x0)
>>        **************************************************************
>>ENDIF
>>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform