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é

Re: Process.Start under CF by Peter

Peter
Mon Feb 09 10:38:24 CST 2004

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

--
Peter Foot
Windows Embedded MVP
OpenNETCF.org Senior Advisor
www.inthehand.com | www.opennetcf.org

"René Paschold" <renepWEGMACHEN@ppedv.de> wrote in message
news:c08a5p$7bs$07$1@news.t-online.com...
> 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é
>
>