Use Susyem.Windows.Forms.FolderBrowserDialog, unless you are still
programming in .NET 1.0.
>I need to allow the user to select a folder for further processing of a
>procedure. How do I do this in C# code?
> Thanks in advance.
> Andy
Andy - 11 Jan 2008 19:42 GMT
Hi Norman,
Thanks for the great tip. I am trying (and struggling) with .NET 2.0.
Andy
> Use Susyem.Windows.Forms.FolderBrowserDialog, unless you are still
> programming in .NET 1.0.
[quoted text clipped - 3 lines]
>> Thanks in advance.
>> Andy
"Andy" <andy@prizm.com> schrieb:
>I need to allow the user to select a folder for further processing
> of a procedure. How do I do this in C# code?
Displaying the dialog for choosing a directory
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=folderbrowserdialog&lang=en>

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
Andy - 11 Jan 2008 19:42 GMT
Hi Herfried,
Thanks for the great resource and links. I really appreciate it.
Andy
> "Andy" <andy@prizm.com> schrieb:
>>I need to allow the user to select a folder for further processing of a
>>procedure. How do I do this in C# code?
>
> Displaying the dialog for choosing a directory
> <URL:http://dotnet.mvps.org/dotnet/faqs/?id=folderbrowserdialog&lang=en>