Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to change the icon of a listview object by code ?
Message
From
15/10/2003 08:28:42
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
 
 
To
15/10/2003 08:21:22
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00838824
Message ID:
00838826
Views:
19
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform