Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setting Background images
Message
 
 
To
28/04/2004 20:52:43
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Miscellaneous
Thread ID:
00899178
Message ID:
00899179
Views:
10
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--
Previous
Reply
Map
View

Click here to load this message in the networking platform