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:
01220923
Views:
22
The _VFP varable is reference to VFP Desktop window and COM interface. The _Screen is a child window inside _VFP window.

>PERFECT!!! Thanks, you're a genius
>
>>Comment out code in MouseMove, MouseUp and change MouseDown to
>>
>>LPARAMETERS nButton, nShift, nXCoord, nYCoord
>>IF nButton = 1
>>	ReleaseCapture()
>>	SendMessage(_VFP.HWnd, 0x112, 0xF012, 0x0)
>>ENDIF
>>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform