Process.Start under CF

  • Thread starter Thread starter René Paschold
  • Start date Start date
R

René Paschold

Hello,

how i can start other applications like process.start under Windows?
I would like to open an winword file. Is there a possiblity to use this
file as parameter?

Cheers
René
 
You need to Platform Invoke the CreateProcess or ShellExecuteEx API
functions. You can use OpenNETCF WinAPI library
(www.opennetcf.org/winapi.asp) which includes implementations of both these
functions.

Peter
 

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