摘要: 1.调用SHELLHINSTANCE ShellExecute( HWND hwnd, LPCTSTR lpOperation, LPCTSTR lpFile, LPCTSTR lpParameters, LPCTSTR lpDirectory, INT nShowCmd);调用方法 :::ShellExecute(NULL, "open", pszPName, "参数1 参数2 参数3", NULL, SW_SHOW); 2.创建一个新的进程BOOL CreateProcess( LPCTSTR lpApplicationName, LPTSTR lp 阅读全文
posted @ 2011-10-25 14:39 hailong 阅读(1596) 评论(0) 推荐(1)