How to open Run dialog

  • Thread starter Thread starter alex
  • Start date Start date
alex said:
Is it possible to open the run dialog box from code and execute a command?

IIRC this is possible using p/invoke + an undocumented function, but if you
only want to start another application I suggest to use
'System.Diagnostics.Process.Start'.
 
You can try to use our Dialog Workshop .NET product. It contains RunDialog
component which does exactly what you need. Also many other powerful dialog
components are available (including Open/Save, Print, etc.).

Please visit http://www.componentage.com for details.

Alex
 
Back
Top