Files
docs-desktop/dotnet-desktop-guide/framework/winforms/controls/filedialog-class.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.4 KiB

title, ms.date, helpviewer_keywords, ms.assetid
title ms.date helpviewer_keywords ms.assetid
FileDialog Class 03/30/2017
FileDialog class [Windows Forms]
85a8fb62-c7d9-4a30-9b74-1cd10efe6ccb

FileDialog Class

The Windows Forms xref:System.Windows.Forms.FileDialog class is the common base class for the xref:System.Windows.Forms.OpenFileDialog and xref:System.Windows.Forms.SaveFileDialog components. You can make changes to the xref:System.Windows.Forms.FileDialog class that affect the appearance and behavior of these dialog boxes, depending on the version of Windows the application is running on.

In This Section

How To: Opt Out of File Dialog Box Automatic Upgrade
Describes how to opt out of a style automatic upgrade to a file dialog box.

How To: Add a Custom Place to a File Dialog Box
Describes how to add a custom file location to a file dialog box.

Known Folder GUIDs for File Dialog Custom Places
List the folder names and their associated GUIDs.

Reference

xref:System.Windows.Forms.OpenFileDialog

xref:System.Windows.Forms.SaveFileDialog

OpenFileDialog Component

SaveFileDialog Component