Tree Structure in VBA

J

Jack

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
 
W

Wolfram Jahn

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
 
Top