There are a few of options open to you, although some of them require
that you do some P/Invoking.
Option #1: P/Invoke CreateProcess
Option #2: P/Invoke ShellExecute
Option #3: Take a look at the Smart Device Framework at OpenNETCF.org.
This provides managed wrappers for CreateProcess and ShellExecute so you
don't have to do the P/Invoking yourself.
HTH
Neil
--
Neil Cowburn, MVP
Co-founder, OpenNETCF.org
Technologist, Content Master Ltd
Microsoft .NET Compact Framework MVP
And if you pick the latter option you can use the new
OpenNETCF.Diagnostics.Process class - this is a direct subset of the
functionality of System.Diagnostics.Process class as used in the full
framework e.g.
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.