* 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
1.6 KiB
title, ms.date, helpviewer_keywords, ms.assetid
| title | ms.date | helpviewer_keywords | ms.assetid | ||
|---|---|---|---|---|---|
| OpenFileDialog Component | 03/30/2017 |
|
d2efa832-a272-42ff-aa26-c4ac13ff59ba |
OpenFileDialog Component (Windows Forms)
The Windows Forms xref:System.Windows.Forms.OpenFileDialog component is a pre-configured dialog box. It is the same Open File dialog box exposed by the Windows operating system. It inherits from the xref:System.Windows.Forms.CommonDialog class.
In This Section
OpenFileDialog Component Overview
Introduces the general concepts of the xref:System.Windows.Forms.OpenFileDialog component, which allows you to display a pre-configured dialog box that users can use to open files.
How to: Open Files Using the OpenFileDialog Component
Explains how to open a file at run time via an instance of the xref:System.Windows.Forms.OpenFileDialog component.
Reference
xref:System.Windows.Forms.OpenFileDialog
Provides reference information on the xref:System.Windows.Forms.OpenFileDialog class and its members.
Related Sections
Dialog-Box Controls and Components
Describes a set of controls and components that allow users to perform standard interactions with the application or system.
Controls to Use on Windows Forms
Provides a complete list of Windows Forms controls, with links to information on their use.