Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pictures on ComboBox
Message
From
24/10/2000 06:29:15
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Pictures on ComboBox
Miscellaneous
Thread ID:
00433365
Message ID:
00433365
Views:
41
I Have a ComboBox with 100 items; in the Init of the Form I have the following code:

for m.nx=1 to 100
if m.nx < 50
ThisForm.ComboBox1.picture(m.nx) = "picture1.bmp"
else
ThisForm.ComboBox1.picture(m.nx) = "picture2.bmp"
endif
next

Some Items of the Combobox received the picture but other not. I think that is because the large number of items in the combobox, anybody have this problem? any ideas?

Thanks.
Next
Reply
Map
View

Click here to load this message in the networking platform