Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Re:change background
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00578565
Message ID:
00578836
Vues:
13
>Thanks... How do I put it on as a single instances in the center without making it "tile" Picture puts multiple copies of the same image to fill up the screen.
>
>Neal

The code below shows how to put one copy of the picture on the screen. You'll have to ajust Top and Left to get it centered.
_screen.AddObject("oImg", "Image")
_screen.oImg.Picture = "FileName.bmp"
_screen.oImg.Top = 100
_screen.oImg.Left = 100
_screen.oImg.Visible = .t.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform