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'.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top