Displays a dialog window from which the user can select a file.
Object
Component
CommonDialog
FileDialog
[Visual Basic] MustInherit Public Class FileDialog Inherits CommonDialog [C#] public abstract class FileDialog : CommonDialog [C++] public __gc __abstract class FileDialog : public CommonDialog [JScript] public abstract class FileDialog extends CommonDialog
FileDialog is a modal dialog; therefore when shown, it blocks the rest of the application until the user has chosen a file.
Namespace: System.WinForms
Assembly: System.WinForms.dll
FileDialog Members | System.WinForms Namespace | System.Winforms.CommonDialog | System.Winforms.OpenFileDialog | System.Winforms.SaveFileDialog