About 35,100 results
Open links in new tab
  1. OpenFileDialog Class (System.Windows.Forms) | Microsoft Learn

    Displays a standard dialog box that prompts the user to open a file. This class cannot be inherited.

  2. The OpenFileDialog - The complete WPF tutorial

    The OpenFileDialog Whenever you open or save a file in almost any Windows application, you will see roughly the same dialogs for doing that. The reason is of course that these dialogs are a part of the …

  3. OpenFileDialog In C#

    C# OpenFileDialog control is used to browse and select a file on a computer. In this article, you'll learn how to use the OpenFileDialog in C#.

  4. How to Use OpenFileDialog to Select a Folder in C#: Better …

    Dec 10, 2025 · While `OpenFileDialog` is a familiar component for selecting *files*, it is not designed for folder selection. Many developers mistakenly attempt to repurpose `OpenFileDialog` for folders, …

  5. How to Implement Open Folder Dialog in C# WPF Application

    Aug 21, 2024 · Step 1: Adding the OpenFileDialog Component To begin, you need to add the Microsoft.Win32 namespace to your project. This namespace provides the necessary components to …

  6. OpenFileDialog Control - VB.Net

    The OpenFileDialog control prompts the user to open a file and allows the user to select a file to open. The user can check if the file exists and then open it. The OpenFileDialog control class inherits from …

  7. How to: Open files with the OpenFileDialog component - Windows …

    May 7, 2025 · Learn how to use the OpenFileDialog component to open the Windows dialog box for browsing and selecting files.

  8. C#.WinForms - OpenFileDialog Example - Dot Net Perls

    Feb 18, 2023 · OpenFileDialog This allows users to browse folders and select files. It can be used with C# code. It displays the standard Windows dialog box. The results of the selection made in …

  9. C# OpenFileDialog Example - The Developer Blog

    Use the OpenFileDialog control in Windows Forms to enable the selection of a file.

  10. OpenFileDialog In WPF - C# Corner

    OpenFileDialog in WPF is a powerful tool for enabling file selection within your C# applications. It provides a user-friendly interface for navigating the file system, allowing users to select one or …