Alternative to ShellExecute?

  • Thread starter Thread starter Jon Gabel
  • Start date Start date
J

Jon Gabel

Other than ShellExecute or ShellExecuteEx, is there a way to open
files (using the default file viewer for that type of file) from a
..NET application?

JG
 
See System.Diagnostics.Process & System.Diagnostics.ProcessStartInfo

It worked! Thank you, Norman. This appears to be a wrapper around
ShellExecute.

JG
 
Back
Top