Remote Execution of a Pocket PC Executable
From: Ismilar (ismilar_at_hotmail.com)
Date: 07/22/04
- Next message: Magnus Persson: "Re: How to change the working folder of a PocketPC application"
- Previous message: pfnus: "Re: Static box text color and font"
- Next in thread: Chris Tacke, eMVP: "Re: Remote Execution of a Pocket PC Executable"
- Reply: Chris Tacke, eMVP: "Re: Remote Execution of a Pocket PC Executable"
- Reply: Jonathan: "RE: Remote Execution of a Pocket PC Executable"
- Messages sorted by: [ date ] [ thread ]
Date: 22 Jul 2004 06:45:07 -0700
Hello,
I need to remotely execute a program on a Windows CE device (a pocket
PC) from a desktop PC using Visual Basic 6. I am trying to use the
function CECreateProcess in the RAPI.dll, but I cannot get that to
work. My call is thus: CeCreateProcess(CESourceFile, "", 0, 0, False,
0, 0, 0, 0, lpProcessInformation) with CESourceFile being the path and
name of the executable on the WinCE device.
It goes right through that statement without returning an error, but
it doesn't actually run the program. I have CEReadFile, and most of
the other RAPI functions working, just not the CeCreateProcess.
Also, I would like the program on the PC to wait for the execution of
the WinCE executable to finish before going on.
Does anyone know how to use the CeCreateProcess properly, or know an
alternate method for running a remote WinCE program (and waiting for
it to finish)?
Thanks!
Ismilar
- Next message: Magnus Persson: "Re: How to change the working folder of a PocketPC application"
- Previous message: pfnus: "Re: Static box text color and font"
- Next in thread: Chris Tacke, eMVP: "Re: Remote Execution of a Pocket PC Executable"
- Reply: Chris Tacke, eMVP: "Re: Remote Execution of a Pocket PC Executable"
- Reply: Jonathan: "RE: Remote Execution of a Pocket PC Executable"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|