随笔分类 -  WinApi

摘要:Q: 如何打开一个应用程序? ShellExecute(this-> m_hWnd, "open ", "calc.exe ", " ", " ", SW_SHOW ); 或 ShellExecute(this-> m_hWnd, "open ", "notepad.exe ", "c:/MyLog.log ", " ",SW_SHOW ); Q: 如何打开一个同系统程序相关连的文档? ShellExecute(this-& 阅读全文
posted @ 2010-08-04 16:38 血舞&葬青衣 阅读(255) 评论(0) 推荐(0)