Sets or returns the window handle to use for the error dialog that is shown when a process can not be started. If ErrorDialog is true, this specifies the parent window for the dialog that is shown. It is useful to specify a parent in order to keep the dialog in front of the application.
[Visual Basic] Public Property ErrorDialogParentHandle As Integer [C#] public int ErrorDialogParentHandle {get; set;} [C++] public: __property int get_ErrorDialogParentHandle(); public: __property void set_ErrorDialogParentHandle(int); [JScript] public function get ErrorDialogParentHandle() : int; public function set ErrorDialogParentHandle(int);
ProcessStartInfo Class | ProcessStartInfo Members | System.Diagnostics Namespace