Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to move a form with child object (fake titlebar)
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
01127226
Message ID:
01127349
Vues:
14
Thanks! That did it. I tried the NODEFAULT, but not in the IF statement.


>Michael,
>
>Try adding a nodefault to the MouseDown of the Image object:
>
>
>IF nButton = 1
>	ReleaseCapture()
>	SendMessage(ThisForm.HWnd,0x112,0xF012,0)
>	nodefault
>ENDIF
>
>
>[Update] Just read you already tried nodefault without success, but it should work, at least it works for me <g>
Michael Piehl
Locutus Software Inc.
landogarner@other-land.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform