Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Images in the listbox
Message
De
04/12/2007 22:48:49
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Photos et traitement d'images
Titre:
Images in the listbox
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01273204
Message ID:
01273204
Vues:
52
Hi all,

I have a listbox that shows images. At the init event of the listbox I put the images that I want to show with this code:
LOCAL Y
FOR Y = 1 TO 5
	THIS.AddItem(PADL((Y-1),1,'0'))
	THIS.Picture(Y) = ('\TOP\CLO\IMAGENES\PLANTILLAS\G' + PADL((Y-1),1,'0') + '.JPG')
ENDFOR 
If the images aren’t in the specified directory this code won’t show these images. How can I include these images at my executable without having to distribute them?

Thanks in advanced

Manuel Tovar
Barranquilla - COLOMBIA
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform