Re: 程序中如何启动另一个程序

新手上路FAQ

程序中如何启动另一个程序


山 2006-11-30, 16:49

请问在Windows Mobile下,在自己的程序中如何启动另一个程序?

就是类似在桌面Windows 下使用exec,或CreateProcess一样的功能。

Google我都翻过了,找不到相关的API。

Re: 程序中如何启动另一个程序


梦书 2006-12-04, 15:05
也是用CreateProcess
可以看看
http://www.cnblogs.com/mengshu-lbq/archive/2006/09/26/IE_HELP_FILE_CreateProcess_HTML.html
MSN:fzlbqiang@hotmail.com
Blog:http://www.cnblogs.com/mengshu-lbq

Re: 程序中如何启动另一个程序


emeer 2007-08-27, 17:36
能不能从pc启动ppc的程序呢?若能如何实现呢?
高手帮忙啊

Re: 程序中如何启动另一个程序


EricAdmin 2007-09-18, 21:37
//remote create a process on PDA from PC
//the PDAexePath is your exe path on PDA
using OpenNetCF.Desktop.Communication;
RAPI MyRAPI = new RAPI();
MyRAPI.CreateProcess(PDAexePath);
Copy Left WinFans(R)

Powered by Community Server Powered by CnForums.Net