shellexecute的用法 ( 积分: 0 )

  • 主题发起人 主题发起人 饮茶
  • 开始时间 开始时间

饮茶

Unregistered / Unconfirmed
GUEST, unregistred user!
看了说明没看懂,请明白的解释一下
 
看了说明没看懂,请明白的解释一下
 
多看几遍
 
你查一下Delphi的Windows SDK帮助,里面有例子。
 
http://www.richsearch.com/search/
 
ShellExecute(<br> &nbsp; &nbsp;HWND hwnd,<br> &nbsp; &nbsp;LPCTSTR lpOperation,<br> &nbsp; &nbsp;LPCTSTR lpFile,<br> &nbsp; &nbsp;LPCTSTR lpParameters,<br> &nbsp; &nbsp;LPCTSTR lpDirectory,<br> &nbsp; &nbsp;INT nShowCmd <br> &nbsp; );<br>hwnd,不用说了吧,lpOperation,是打开方式,lpFile,是要打开的文件名,lpParameters,一般为空,lpDirectory,是你程序执行目录,nShowCmd 是显示方式
 
后退
顶部