Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Images in the listbox
Message
From
04/12/2007 22:48:49
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Title:
Images in the listbox
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01273204
Message ID:
01273204
Views:
53
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
Next
Reply
Map
View

Click here to load this message in the networking platform