11 2004 档案

如何在程序中打开另一个程序
摘要:ShellExecute的使用方法 Q: 如何打开一个应用程序? ShellExecute(this->m_hWnd,"open","calc.exe","","", SW_SHOW ); 或 ShellExecute(this->m_hWnd,"open","notepad.exe", "c:\\MyLog.log","",SW_SHOW ); Q: 如何打开一个同系统程序相... 阅读全文
posted @ 2004-11-16 15:32 天涯浪子 阅读(652) 评论(0) 推荐(0)