Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing the desktop background image
Message
 
 
To
03/04/2002 17:01:36
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00640620
Message ID:
00640633
Views:
29
This message has been marked as a message which has helped to the initial question of the thread.
>How can I access the desktop image location and modify it ?
>

You can add an image control to the _Screen object and show picture in it. This way you have full control over picture position and size.
_screen.AddObject("oImg", "Image")
_screen.oImg.Picture = "FileName.gif"
_screen.oImg.Top = 100
_screen.oImg.Left = 100
...
_screen.oImg.Visible = .t.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform