Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Writing a Input Screen Designer
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00153946
Message ID:
00154249
Vues:
16
Any ideas on how to allow the users to resize the controls

Sonali


>Hi Sonali,
>
>
>in Each Of your controls in the mouse down event you need
>
>if nButton =1
> this.drag
>Endif
>You could change the Drag Drop ICon If you want to .
>
>
>On the Form Drag Over Event where you will be moving the controls place this code.
>
>LPARAMETERS oSource, nXCoord, nYCoord, nState
>oSource.left = nXCoord
>oSource.top = nYCoord
>
>Hope India Wins the cricket in Sharjah.
>
>Regards,
>Fred.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform