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:
01239768
Vues:
10
You're welcome.

>That did it. Thank you!
>
>
>
>>Try to add code marked below
>>LPARAMETERS nButton, nShift, nXCoord, nYCoord
>>#DEFINE WM_SYSCOMMAND 0x112
>>#DEFINE WM_LBUTTONUP 0x202
>>#DEFINE MOUSE_MOVE 0xf012
>>
>>IF nButton = 1 AND _Screen.WindowState # 2
>>	ReleaseCapture()
>>	SendMessage(_VFP.HWnd, WM_SYSCOMMAND, MOUSE_MOVE, 0x0)
>>        ************** NEW CODE **************************************
>>	SendMessage(_VFP.HWnd, WM_LBUTTONUP, 0x0, 0x0)
>>        **************************************************************
>>ENDIF
>>
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform