Treeview Question

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top