You can also take a look at a sample on mark Ihimoyan's weblog:
System.Messaging (MSMQ) in CF 2.0 - Part III at
http://blogs.msdn.com/ihimmar
For more info go to:
Mobility:
http://msdn.microsoft.com/mobility
NETCF:
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/default.aspx
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| From: "Chris Tacke, eMVP" <ctacke[at]OpenNETCF_dot_org>
| References: <
[email protected]>
| Subject: Re: Starting an .exe from within an application in C#
| Date: Sat, 21 Aug 2004 20:57:55 -0400
| Lines: 17
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1409
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409
| Message-ID: <OoWdSM#
[email protected]>
| Newsgroups: microsoft.public.dotnet.framework.compactframework
| NNTP-Posting-Host: pool-68-236-253-182.hag.east.verizon.net 68.236.253.182
| Path:
cpmsftngxa10.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP10
.phx.gbl
| Xref: cpmsftngxa10.phx.gbl
microsoft.public.dotnet.framework.compactframework:59787
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
| You need to P/Invoke ShellExecute or CreateProcess. For a good example,
see
| the Diagnostics.Process class in the SDF:
|
|
www.opennetcf.org/sdf
|
| -Chris
|
|
| | > I wan't to start a new application from within an application. The first
| > application shall be closed and the new application (.exe) shall start.
I
| > can't find any help in visual studio about this. I would like some
sample
| > code about this in C#. The most simple way to do this is what i wan't
| > /Beginner
|
|
|