Computers File Structure like Windows Explorer

  • Thread starter Thread starter Karuppasamy
  • Start date Start date
K

Karuppasamy

Hi

I would like to display all the files and folders , drives in tyhe system in
a Form using Tree View Controls. The Tree view control should look very
similar to Windows Explorer. I have seen 'Folder Browser' class provided by
..net, but it shows a a separate dialogue.

How do i dispaly all files and folders , drives in tyhe system in a Form
using Tree View Control similar to Windows Explorer?

Thanks and regards
Karuppasamy Natarajan
 
Hi,
I would like to display all the files and folders , drives in tyhe system in
a Form using Tree View Controls. The Tree view control should look very
similar to Windows Explorer. I have seen 'Folder Browser' class provided by
.net, but it shows a a separate dialogue.

How do i dispaly all files and folders , drives in tyhe system in a Form
using Tree View Control similar to Windows Explorer?

Thanks and regards
Karuppasamy Natarajan


See also TreeViewCtl .NET QuickStart sample, it's comming with .NET
Framework SDK,
<SDK_Path>\QuickStart\winforms\samples\controlreference\treeviewctl\.

...
Regards,
Vadim.
 
Back
Top