Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to change the icon of a listview object by code ?
Message
De
15/10/2003 08:28:42
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turquie
 
 
À
15/10/2003 08:21:22
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00838824
Message ID:
00838826
Vues:
20
put a treeview and an imagelist in your form and:
oxxx = THISFORM.treeview
WITH oxxx.nodes
oxxx.imagelist=thisform.ilist
.Add(,1,"car",caption("Cari"),1)
   .Add("car", 4, "car_kar", caption("Cari kart"),4)
   .Add("car", 4, "car_kod", caption("Kod deðiþtirme"),8)

endwith
last numeric value is of .add lines images numbers in imagelist object.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform