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:
01268570
Views:
16
Hi Kevin,

It's incomplete code. Please check http://www.berezniker.com/display/VFP/Move+Form+without+Titlebar for corrected version.

>
>Ever since I implemented this code, when my app is running, it is always in front of the Windows Taskbar (When AutoHide is enabled).
>
>Moving the mouse off the bottom of the screen does not reveal the taskbar. Any thoughts on this?
>>
>>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
Reply
Map
View

Click here to load this message in the networking platform