Tree Folders Explorer

With this control, the user can choose drives and directories.
You can also create a nested directory by simply enter one code line, for example:
Treefolder1.CreateNewDirectory "C:\Programs\Mydir\Mydir2".

You can also set the directory. for example:
TreeFolder1.SetPath "C:\Games\Wc2".

You can know which directory the user choose by simply write:
CurrentDirectory = TreeFolder1.Path

And he got all the features of TreeView control: Hottracking, HideSelection, etc. and all the events: Expand, Collapse etc.

ScreenShot:

TreeFolder control ScreenShot

Go Back