Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I am in Phoenix anyone else
Message
From
11/10/2005 01:59:10
Dorin Vasilescu
ALL Trans Romania
Arad, Romania
 
 
To
11/10/2005 01:18:44
General information
Forum:
Visual FoxPro
Category:
Conferences & events
Miscellaneous
Thread ID:
01057805
Message ID:
01057854
Views:
16
>
>"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)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform