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:
00578853
Vues:
11
>>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.
>
Can you add it to the FAQ, if it's not there already?
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform