Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Tree control and image list controls created in code
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Versions des environnements
Visual FoxPro:
VFP 8
OS:
Windows 2000
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
00966947
Message ID:
00967349
Vues:
12
Jon,

Take a look at the treeview101 sample over on my website.

>I am trying to create a tree control programmatically. Here is a question:
>I create the control
>
>
>oTree=createobject('mscomctllib.treectrl.2')
>
>
>and add nodes, e.g.,
>
>
>oTree.Nodes.Add(.NULL.,'','ABC',CLOSED,'OPEN')
>
>
>This requires that I have an ImageList object defined and assigned to the tree control with the images with keys OPEN and CLOSED in it. I tried creating such an object programmatically:
>
>
>oImageList=createobject('mscomctllib.imagelistctrl.2')
>oImageList.ListImages.Add(.NULL.,'OPEN',_VR(IDB_OPEN))
>
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform