WinExec 函数
时间:2021-01-18 23:01:02 分类:IT教程
winexec
从程序里面,调用另一个程序。或者系统自带程序,例子如下:
CString strcmd = "Explorer /e, " + strDeCodePath;
WinExec(strcmd,SW_SHOW);
- 相关文章
- 编程基础
开发入门
IT相关
WinExec(strcmd,SW_SHOW);" />
时间:2021-01-18 23:01:02 分类:IT教程
从程序里面,调用另一个程序。或者系统自带程序,例子如下:
CString strcmd = "Explorer /e, " + strDeCodePath;
WinExec(strcmd,SW_SHOW);