Treeview Question

  • Thread starter Thread starter Elmo Watson
  • Start date Start date
E

Elmo Watson

I realize now that I most likely should have programmatically created my
(many nodes) treeview instead of using the designer to add nodes.

It was more convenient, but since each double-click of an item outputs
different information, I really need to go back and forth between the name
of each node and the output sub's Select Case statement - -

That being said, - now I'm at a crossing point - -

So - now I need to change over so that the entire tree is built
programmatically in the form's load event.
Is there any way to export all the nodes created in the Designer, so that
they can be easily converted to a programmatic building of the treeview?
 
Back
Top