winexec
从程序里面,调用另一个程序。或者系统自带程序,例子如下:
CString strcmd = "Explorer /e, " + strDeCodePath;
Winexec(strcmd,SW_SHOW);
相关阅读
转 http://hi.baidu.com/ouanan/item/56dc30904878e3b982d295f5WinExecc#声明 [DllImport("kernel32.dll")] public sta
从程序里面,调用另一个程序。或者系统自带程序,例子如下:
CString strcmd = "Explorer /e, " + strDeCodePath;
Winexec(strcmd,SW_SHOW);
转 http://hi.baidu.com/ouanan/item/56dc30904878e3b982d295f5WinExecc#声明 [DllImport("kernel32.dll")] public sta
猜你喜欢