Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
_screen object
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00315788
Message ID:
00315806
Vues:
28
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform