Hi!
Since I'm relatively new to VB I hope my question is not too stupid but I found nothing related to my question on the web. So here we go:

I would like to design my own OCX with a TreeView in it. The problem that appears is that in my customized OCX there is no "Node" nor "Nodes" available. Without Nodes the whole tree will remain empty. And this doesn't make the OCX very useful. In my naive thinking I thought all the possibilities of a TreeView would be taken over from my own OCX. That seems to be wrong.

Does anybody know how I can use the object type "Node" and "Nodes" without reimplementing it?

-David