Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
I am in Phoenix anyone else
Message
De
11/10/2005 01:59:10
Dorin Vasilescu
ALL Trans Romania
Arad, Roumanie
 
 
À
11/10/2005 01:18:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Conférences & événements
Divers
Thread ID:
01057805
Message ID:
01057854
Vues:
18
>
>"You can use the PictureVal property of an Image object to hold the actual image data. This means you don’t have to refer to a disk file to display the image."
>
>How do you do that?
>How do you hold image data in a PictureVal property so that you don't need to refer to a disk file at runtime?
>

A simple approach
When in design mode...
_cliptext = STRCONV(FILETOSTR(GETFILE('bmp')),13)  &&encode to base64
Then paste the string into PictureVal property
In Init...
this.PictureVal = STRCONV(this.PictureVal,14)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform