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.
 
Back
Top