Computers File Structure like Windows Explorer

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
 
V

Vadim Melnik

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.
 

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

Top