Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Moving _Screen In MouseMove
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01220530
Message ID:
01268569
Vues:
15
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform