Click to See Complete Forum and Search --> : Treeview


gibea00
October 31st, 2002, 02:32 PM
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

DSJ
October 31st, 2002, 03:37 PM
Take a look at System.IO.Directory and System.IO.FileInfo classes.

qarauf
October 31st, 2002, 04:15 PM
GO and see SHDesktopFolder function.

Athley
November 1st, 2002, 01:31 AM
This example project might help you:

Example project (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvssamp/html/vbcs_CreateanExplorerStyleApplication.asp)

/Leyan