Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Picture in listbox and combobox
Message
 
To
23/09/1998 11:35:40
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00139869
Message ID:
00139888
Views:
46
>Hi all,
>I would like to get a different picture for each line in a listbox and combobox. For example, if each line is a car, I wold like to show a different icon for each model. It's possible? How?
>Thanks.

Jose, you should fill the listbox using AddItem() and then specify the picture for each item individually:

Listbox.AddItem("Chrysler Intrepid")
Listbox.Picture[1] = "intrepid.bmp"
Listbox.AddItem("Ford Taurus")
Listbox.Picture[2]= "taurus.bmp"

If you have a very big list, so in that case it is better to use the grid for this.

Nick
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform