Hi
I want to be able to browse my hard drive (c) using a treeview. How can i fill a treeview to be able to see all the folders on my hard drive?
Thank you
Alex
Printable View
Hi
I want to be able to browse my hard drive (c) using a treeview. How can i fill a treeview to be able to see all the folders on my hard drive?
Thank you
Alex
Take a look at System.IO.Directory and System.IO.FileInfo classes.
GO and see SHDesktopFolder function.
This example project might help you:
Example project
/Leyan