Files
docs-desktop/dotnet-desktop-guide/framework/winforms/controls/folderbrowserdialog-component-windows-forms.md
T
Andy De George c0ba284473 Initial winforms content migrated (#18)
* Merge winforms framework content to working branch (#14)

* Breadcrumb / TOC / Move net5 to net folder (#15)

* change path from net5 to net

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Add .net 5 winforms placeholder article (#16)

* added some metadata and adjusted net5 placeholder

* corrections

* corrections

* corrections

* Test1

* Swapping landing page vs concept

* fix links

* Fix links

* Fix desc
2020-09-01 16:26:21 -07:00

1.6 KiB

title, ms.date, helpviewer_keywords, ms.assetid
title ms.date helpviewer_keywords ms.assetid
FolderBrowserDialog Component 03/30/2017
folders [Windows Forms], browsing
FolderBrowserDialog component [Windows Forms]
browsing folders
directories [Windows Forms], browsing
d71a0c5e-898a-4eea-be74-93bdf50d1852

FolderBrowserDialog Component (Windows Forms)

The Windows Forms FolderBrowserDialog component displays an interface with which users can browse and select a folder or create a new one. It is a complement to the OpenFileDialog Component component, which is used for browsing and selecting files.

In This Section

FolderBrowserDialog Component Overview (Windows Forms)
Explains what this control is and its key features and properties.

How to: Choose Folders with the Windows Forms FolderBrowserDialog Component
Explains how to programmatically extract the selected folder from the dialog box, as well as work with some of the other, optional properties of the component.

Reference

xref:System.Windows.Forms.FolderBrowserDialog
Describes this class and has links to all its members.

Dialog Boxes in Windows Forms
Provides a list of tasks for dialog boxes, which often display tabs.

Controls to Use on Windows Forms
Provides a complete list of Windows Forms controls, with links to information on their use.