Shell Execute

  • Thread starter Thread starter Michael D. Ober
  • Start date Start date
M

Michael D. Ober

Is there a .NET interface to the ShellExecute API, or do I need to continue
to call the API directly for this feature? It's an easy way for our
software to open archived documents for our users.

Thanks,
Mike Ober.
 
* "Michael D. Ober said:
Is there a .NET interface to the ShellExecute API, or do I need to continue
to call the API directly for this feature? It's an easy way for our
software to open archived documents for our users.

'System.Diagnostics.Process.Start'.
 
Back
Top