.NET Framework 4 - Windows Forms
FileDialog Class
The Windows Forms FileDialog class is the common base class for the OpenFileDialog and SaveFileDialog components. You can make changes to the 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
Reference
Related Sections