Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding icons to a Treeview control?
Message
From
14/02/2002 07:29:26
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Adding icons to a Treeview control?
Miscellaneous
Thread ID:
00619930
Message ID:
00619930
Views:
38
Dear All

Probably a question that has been asked before, so i'm going to ask it again:
How do i add icons to a Treeview contol in VFP?

I did find the following code in MSDN for VB but couldn't find any examples:

>>>>>>>>>>>>>>
TreeView1.ImageList = ImageList1 ' Specify ImageList
' Use the value of the Index property of ImageList1.
TreeView1.Nodes(3).Image = 1
' Or use the value of the Key property.
TreeView1.Nodes(3).Image = "image 1" ' Assuming Key is "image 1."
>>>>>>>>>>>>>

best regards
Paul
Next
Reply
Map
View

Click here to load this message in the networking platform