Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form.Picture - Centering Instead of Tiling
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00122002
Message ID:
00122009
Vues:
21
I don't believe there is. You could add a picture object directly to the _screen though:
_screen.addobject('imgMyPic', 'image')
_screen.imgMyPic.picture = 'test.bmp'
_screen.imgMyPic.top  = (_screen.height / 2) - (_screen.imgMyPic.height / 2)
_screen.imgMyPic.left = (_screen.height / 2) - (_screen.imgMyPic.height / 2)
_screen.imgMyPic.visible = .t.
>Is there a method to Center a Pic on a form instead of tiling it?
kenweber
GCom2 Solutions
Microsoft Certified Professional

Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform