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:
01268569
Views:
13
Sergey,

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
>
>
>>Thanks! That got me on the right track.
>>
>>Problem: The app moves smoothly, except there is some kind of strange refresh
>>going on which persists after I release the mouse. See this:
>>http://marois-consulting.com/stuff/image1.jpg
>>
>>My project is here if your interested. Run Test.prg
>>http://marois-consulting.com/stuff/proj.zip
>>
>>
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform