Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Setting Background images
Message
 
 
À
28/04/2004 20:52:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Photos et traitement d'images
Divers
Thread ID:
00899178
Message ID:
00899179
Vues:
9
You can add image control to the _SCREEN object as shown below.
_screen.AddObject("oImg", "Image")
_screen.oImg.Picture = "xxxx.gif"
_screen.oImg.Top = 0
_screen.oImg.Left = 0
_screen.oImg.Width = _screen.Width
_screen.oImg.Height = _screen.Height
_screen.oImg.Stretch = 1
_screen.oImg.Visible = .t.
>How to setting in image become stretch in Background.
>I do like that :
>_screen.picture = "xxxx.gif"
>_screen.stretch = 1
>
>but didn't work.
>
>Any body know how to make image stretch in background
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform