小格
没有目标的人,是在帮那些有目标的人完成目标。
摘要: ShellExecute与ShellExecuteEx的用法 2012-06-27 11:45 134人阅读 评论(0) 收藏 举报null活动microsoftinternet浏览器adobeShellExecute:1.函数功能:你可以给它任何文件的名字,它都能识别出来并打开它。2.函数原型:HINSTANCE ShellExecute( HWND hwnd, LPCTSTR lpOperation, LPCTSTR lpFile, LPCTSTR lpParameters, LPCTSTR lpDirectory, INT nShowCmd);3.参数说明:hwnd:用于指定父窗口句柄。 阅读全文
posted @ 2013-05-08 22:00 小格 阅读(744) 评论(0) 推荐(0)