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

Re: File Explorer control by hirf-spam-me-here

hirf-spam-me-here
Thu May 13 11:11:54 CDT 2004

* =?Utf-8?B?VHJhdmlzIENoYXNl?= <travis.chase@leggett.com> scripsit:
> 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.

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>

Re: File Explorer control by DNE

DNE
Thu May 13 19:16:30 CDT 2004

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: ori@s-e-a.com.au
Your acceptance of the license agreement will be required.

Ori Millo

"Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message
news:2ghlafF2t4v1U4@uni-berlin.de...
> * =?Utf-8?B?VHJhdmlzIENoYXNl?= <travis.chase@leggett.com> scripsit:
> > 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.
>
> --
> Herfried K. Wagner [MVP]
> <URL:http://dotnet.mvps.org/>