Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Drop down list with indented icons
Message
 
À
23/03/2000 13:05:38
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00349532
Message ID:
00349885
Vues:
20
> Does anybody know of a control that can produce a drop down list with indented icons/bitmaps that looks like the controls dropdown on the properties sheet?

There is. This is the Combobox (or Listbox) control(s). Here you are how to add picture (or icon) to any item on the control:

FOR i = 1 TO this.Listcount
this.Pictire(i) = "MyPicture.Ico"
ENDFOR
I never assign the other pictures than icons, so I only hope it's work.


HTH
Boris
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform