|
-
May 16th, 2006, 09:28 AM
#1
Thread Starter
Junior Member
[RESOLVED] Launching an application from the destop
Hello all,
I'm creating a install application for mobile devices that I can launch from the desktop. I have the RAPI code to copy the file over to the PDA. After the app is installed I want to launch the launch the application without user intervention.
Is this possible???
-
May 16th, 2006, 09:54 AM
#2
Fanatic Member
Re: Launching an application from the destop
if you use the desktop.communications library from www.opennetcf.org you can incoke the CreateProcess on the device
http://www.opennetcf.org/library/Ope...unication.html
eg
m_rapi.CreateProcess("\Program Files\MyApp\myapp.exe")
Barry
Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
.NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0
SQL Server 2005/2000/SQL Server CE 2.0
If you like, rate this post
Compact Framework for Beginners
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|