Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TreeView not allowing ImageList to be set
Message
From
09/07/1997 15:27:42
Alex Zhadanov
Computer Generated Solutions
New York City, New York, United States
 
 
To
09/07/1997 10:23:57
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00039081
Message ID:
00039158
Views:
31
>Hi all. I am trying to add an ImageList to a TreeView ActiveX control, but whenever I try to set myform.TreeView.ImageList = myform.ImageList, I get INVALID OBJECT OLE error... The ImageList was dropped on the form before the TreeView. It also does not work in interactive mode, and it cannot be set through the TreeView's property sheet. Any clues?

Try the following code in the INIT event of TreeView control:

this.object.ImageList = thisform.imaglist1.object
where imagelist1 is name of ImageList control
ALEX.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform