Tree Structure in VBA

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello all,
Could any one here give me some idea how to create a tree view in vb6.0?

Iam looking for something like Windiows Explorer...

Thanks in advance
Jack
 
Jack said:
Hello all,
Could any one here give me some idea how to create a tree view in vb6.0?

Iam looking for something like Windiows Explorer...

For file opening, saving, etc: microsoft common dialog control
For a treeview: microsoft TreeView Control

If they are not visible, you can add them to the tool box.


Wolfram
 

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