R
Ralf
Hi there,
In a function I would like to create an object of the class TreeNode, attach
further TreeNodes to it and return the initial TreeNode object. This module
has no relation to any form and stands for itself. Later, I plan to invoke
that function and use it to fill a tree.
But I've no clue how to create such a TreeView object. Do I have to import a
package? My VBA editor always complaints about the missing TreeView class.
Any help is much appreciated
Ralf
In a function I would like to create an object of the class TreeNode, attach
further TreeNodes to it and return the initial TreeNode object. This module
has no relation to any form and stands for itself. Later, I plan to invoke
that function and use it to fill a tree.
But I've no clue how to create such a TreeView object. Do I have to import a
package? My VBA editor always complaints about the missing TreeView class.
Any help is much appreciated
Ralf