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:
00578865
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?

O well, its less than 255 bytes in lenght. :)
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform