Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Put a picture in the main screen
Message
From
10/12/2003 18:43:53
Dragan Nedeljkovich
Now officially retired
Zrenjanin, Serbia
 
 
To
10/12/2003 18:26:57
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00857916
Message ID:
00857921
Views:
23
>ok i want to put a picture in the background
>
>so i use
>
>_screen.picture = "c:\allo.bmp"
>
>but the picture is repeating in the background.
>
>it is possible to stretch the picture to the windows size ?

Sort of:
_screen.AddObject("oImg","image")
_screen.oimg.Picture='c:\allo.bmp'
_screen.oimg.Stretch= 2
_screen.oimg.Width=_screen.Width
_screen.oimg.height=_screen.Height
_screen.oimg.visible=.t.
You may want to set the zorder() of the .oImg object to background.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Reply
Map
View

Click here to load this message in the networking platform