Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
_screen object
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00315788
Message ID:
00315806
Views:
30
I don't know if this is the best way, but it works for me.
It takes some trial and error.


_screen.AddObject('name_of_image', 'image')
_screen.name_of_image.picture = (location)
_screen.name_of_image.Visible = .T.
_screen.name_of_image.backstyle = 0
_screen.name_of_image.top = (some number) && you have to just mess with these
_screen.name_of_image.left = (some number)&& numbers a little
Previous
Reply
Map
View

Click here to load this message in the networking platform