Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Treeview and Imagelist using Icons embeded in .app
Message
De
16/04/2001 19:38:03
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00495438
Message ID:
00495974
Vues:
19
This message has been marked as a message which has helped to the initial question of the thread.
Hi Larry.

>You could embed the pictures and use FileToStr()/StrToFile() to export them out of the app just before you load them into the ImageList and then delete them.

Unfortunately, that won't work directly because, for a reason that escapes me, an image file is stored in an EXE with the full path as it existed on the development machine. So, using something like COPY MYIMAGE.BMP TO TEMPFILE.BMP fails with a "File D:\MyDevelopmentDirectory\MYIMAGE.BMP doesn't exist" because D:\MyDevelopmentDirectory doesn't exist on the user's system.

The solution is to load the images into the memo field of a table included in the EXE and copy them out of there.

Doug
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform