File Explorer control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyone know of a free File Explorer control in .NET? I would really rather not build my own with a TreeView. I see that there is a FileDialog but I want to have the explorer as a control on the form

Thank you
Travis
 
* =?Utf-8?B?VHJhdmlzIENoYXNl?= said:
Does anyone know of a free File Explorer control in .NET? I would
really rather not build my own with a TreeView. I see that there is a
FileDialog but I want to have the explorer as a control on the form.

You will find some folder selection controls in C# at
<URL:http://www.codeproject.com/>, and some code for getting a file's
icon at <URL:http://www.vbaccelerator.com/>. I know, that's not a
ready-to-use solution.
 
The extensions library I am working on has a File System Explorer control. I
believe that it is exactly what you are after.

E-mail me for your free copy: (e-mail address removed)
Your acceptance of the license agreement will be required.

Ori Millo
 
Back
Top