Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create image dynamicaly
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00411191
Message ID:
00411192
Vues:
11
>I create an Image Object dynamycaly this way...
>
>oImg = CreateObject ("Image")
>oImg.Picture = "C:\TEST.JPG"
>
>I can see the object in debugger, but I don't know how to display it in my form.
>
>thanks
>Thierry


Hello,

Try this:
Thisform.addobject('oImg','Image')
Thisform.oImg.Picture = 'C:\Test.JPG'
Thisform.oImg.Visible = .T.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform