Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to move a form with child object (fake titlebar)
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01127226
Message ID:
01127349
Views:
9
Thanks! That did it. I tried the NODEFAULT, but not in the IF statement.


>Michael,
>
>Try adding a nodefault to the MouseDown of the Image object:
>
>
>IF nButton = 1
>	ReleaseCapture()
>	SendMessage(ThisForm.HWnd,0x112,0xF012,0)
>	nodefault
>ENDIF
>
>
>[Update] Just read you already tried nodefault without success, but it should work, at least it works for me <g>
Michael Piehl
Locutus Software Inc.
landogarner@other-land.com
Previous
Reply
Map
View

Click here to load this message in the networking platform