Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pictures on ComboBox
Message
De
24/10/2000 06:29:15
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Pictures on ComboBox
Divers
Thread ID:
00433365
Message ID:
00433365
Vues:
42
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform