Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Screen Image
Message
 
À
04/12/2003 14:39:58
Joel Hokanson
Services Integration Group
Bellaire, Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00856040
Message ID:
00856050
Vues:
16
This message has been marked as the solution to the initial question of the thread.
>I have a small JPG file I want to showup in the middle of my screen.
>
>If I put _Screen.Picture = "XX.gif" it replicates the XX picture all over the screen.
>
>I would lke to have it show up ONCE and in the center.
_screen.addobject("omygif","Image")
_screen.omygif.Picture="C:\images\XX.gif" && or whatever
_screen.omygif.left = _screen.Width/2 - _screen.omygif.width/2
_screen.omygif.top = _screen.Height/2 - _screen.omygif.height/2
_screen.omygif.visible = .t.
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform