FileDialog::RunDialog Method (IntPtr)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Specifies a common dialog box.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- hWndOwner
-
Type:
System::IntPtr
A value that represents the window handle of the owner window for the common dialog box.
This method provides an implementation of RunDialog, and is invoked when the user of a file dialog invokes ShowDialog.
In the derived classes OpenFileDialog and SaveFileDialog an invalid file name Exception can be raised.
.NET Framework
Available since 1.1
Available since 1.1
Show: