请问:C++Builder2010 怎么创建一个进程,调用另外一个程序? - C++ Builder / Windows SDK/API请问:C++Builder2010 怎么创建一个进程,调用另外一个程序?[解决办法]WinExecShellExecuteCreateProcess等API都可以,举个例子:
// 打开计算器::ShellExecute(0, "Open", "calc.exe", NULL, NULL, SW_SHOW);