Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding icons to a Treeview control?
Message
De
14/02/2002 07:29:26
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
Adding icons to a Treeview control?
Divers
Thread ID:
00619930
Message ID:
00619930
Vues:
39
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform