Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is it possible to move non-rectanglular forms in vfp8 ?
Message
De
16/08/2003 01:23:23
 
 
À
15/08/2003 17:15:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00820668
Message ID:
00820706
Vues:
30
Hrllo,

Yes, this is possible. Put this code in MouseDown() of your form of your form's baseclass:
DECLARE INTEGER GetFocus IN WIN32API
lnHandle = GetFocus()
param1 = 274
param2 = 0xF012
DECLARE INTEGER ReleaseCapture IN WIN32API
DECLARE INTEGER SendMessage IN WIN32API INTEGER, INTEGER, INTEGER, INTEGER
bb=ReleaseCapture()
bb=SendMessage(lnHandle, param1, param2,0)
Now you should be able to move the form dragging it by the body.

Hope this helps,

>is it possible to move non-rectanglular forms in vfp8 ?
Grigore Dolghin
Class Software.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform