Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
TreeView Control
Message
De
10/02/2000 15:39:03
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00329318
Message ID:
00330304
Vues:
20
>I'm trying to put images beside entries in a TreeView control and everything seems to be in order but why can't I associate an Image List control to this TreeView control??

Charles,

First make sure you have dropped an ActiveX imageslist on your form then in the form.init place the following line ASSUMING that your treeview control is named oleTreeView and your imageslist is named oleImagesList...

WITH This
.oleTreeview.ImageList = .oleImagesList
ENDWITH

There is an example in my framework located in the project section of files here on the UT.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform