|
I'm trying to associate an imagelist with the treeview list. I've both the treeview and the imagelist objects on a form together. Efforts to try and set the treeview's imagelist property to the imagelist object have failed.
THISFORM.treeview.imagelist = THISFORM.imagelist
I get an "invalid object" error message.
Thanks, Steve Despres
|