Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I don't want TILE effect on my Picture
Message
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Miscellaneous
Thread ID:
00503869
Message ID:
00503872
Views:
26
Wel u can actually put a image object on the screen and set it's width and height property do the screen size and set tthe top and left property to 0 ,0

Here's a rought example
_Screen.addobject("MyBackground","IMAGE")
With _Screen.MyBackground
.top = 0 
.left = 0
.width = .parent.width
.height = .parent.height
.picture = "MyBackground.JPG" && just any picture file
.stretch = 2 && fit the whole image
.visible = .t. && show it on screen
EndWith
Hope this helps ..

N-Joy !
Regards
Hiten K M

( The best and the worst are yet to come .. keep coding ! )

My Resume >>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform