Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Center the picture in the middle!
Message
 
À
04/01/2005 18:00:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
00974217
Message ID:
00974431
Vues:
69
Hi Michel,

Thank you for your reply. There is a problem with the image. When I open a form in the project the image is gone. Do you have any thoughts on this?

Cheers,
Ali

>>I would like to align the picture "_screen.picture =" to the middle of the screen. How can I do that?
>
>
>_screen.AddObject('loImage','Image')
>_screen.loImage.Picture='d:\about.gif'
>_screen.loImage.Left=(_screen.Width-_screen.loImage.Width)/2
>_screen.loImage.Top=(_screen.Height-_screen.loImage.Height)/2
>_screen.loImage.Visible= .T.
>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform