Launching another application or document

  • Thread starter Thread starter Matthew Smith
  • Start date Start date
M

Matthew Smith

How can I launch another application or document for another application
from my own? I have been looking at the .Net Compact Framework
documentation but can't seem to find this.

Thanks
 
You can either using P/Invoke to call the CreateProcess or ShellExecuteEx
API methods, or using the OpenNETCF.Diagnostics.Process class which matches
that of the full framework (www.opennetcf.org/sdf/)

Peter
 
PInvoke CreateProcess. (openetcf has an example if you are stuck)

Cheers
Daniel
 

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