Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Re:change background
Message
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00578565
Message ID:
00578853
Views:
13
>>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?
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform