Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Center a graphic in a form
Message
De
24/10/1996 08:01:35
 
 
À
24/10/1996 04:40:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00010830
Message ID:
00010852
Vues:
34
>thisform.addobject("x", "image")
>x.picture = "super.bmp"
>x.left = (thisform.width - x.width) / 2
>x.top = (thisform.height - x.height) /2
>x.show
>
>
>If you need to change the picture, just change the
> x.picture property. Eventually you'll have to do a thisform.cls().

Thanks. I'll try that.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform