Help TreeView

  • Thread starter Thread starter PABLIN
  • Start date Start date
P

PABLIN

Hello Comunity
In VB6.0 TreeView Control to annex to a node a son I could
locate to that node by means of the Key property, not to
cross all árblo complete. As I conduct that operation in
Basic.NEt Line of vision.
 
Hello,

PABLIN said:
In VB6.0 TreeView Control to annex to a node a son I could
locate to that node by means of the Key property, not to
cross all árblo complete. As I conduct that operation in
Basic.NEt Line of vision.

Set up a Hashtable that stores references to the node that can be
accessed with the key.

Regards,
Herfried K. Wagner
 

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

Back
Top