Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TreeView Control
Message
From
10/02/2000 15:39:03
 
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00329318
Message ID:
00330304
Views:
21
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform