How to browse for a folder

  • Thread starter Thread starter Andy
  • Start date Start date
A

Andy

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
 
Use Susyem.Windows.Forms.FolderBrowserDialog, unless you are still
programming in .NET 1.0.
 
Hi Herfried,

Thanks for the great resource and links. I really appreciate it.

Andy
 
Hi Norman,

Thanks for the great tip. I am trying (and struggling) with .NET 2.0.

Andy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top