Results 1 to 2 of 2

Thread: [RESOLVED] Launching an application from the destop

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2006
    Posts
    17

    Resolved [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???

  2. #2
    Fanatic Member Strider's Avatar
    Join Date
    Sep 2004
    Location
    Dublin, Ireland
    Posts
    612

    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
  •  



Click Here to Expand Forum to Full Width