Wrox Home  
Search P2P Archive for: Go

  Return to Index  

dotnet_windows_app_design thread: drive/folder/file lists


Message #1 by bmcelhany@h... on Thu, 6 Feb 2003 14:09:21
Hi,

I was having the same problem as you. From the MSDN documentation it 
suggests that there is no equivalent in .NET for drive/folder/file lists.
However, there are drive/dirfile listboxs in 
Microsoft.VisualBasic.Compactability.VB6 namespace. These are controls for 
upgrading VB6 to .NET, it's not recommended to use them in new development.

I reckon you can build the control yourself by using TreeView, Directory, 
DirectoryInfo, File and FileInfo classes etc.

Cheers
Raymond

  Return to Index