使用ShellExecute遇到的问题 ( 积分: 10 )

  • 主题发起人 主题发起人 bird007
  • 开始时间 开始时间
B

bird007

Unregistered / Unconfirmed
GUEST, unregistred user!
程序如下:<br>procedure&nbsp;TForm2.Label2Click(Sender:&nbsp;TObject);<br>begin<br>Shellexecute(handle,nil,'http://www.163.com',nil,nil,sw-shownormal);<br>end;<br>运行时显示错误的光标停在Shellexecute|(),<br>请问调用函数Shellexecute()是否要先声明的,如果要怎样声明。<br>-------来自小菜鸟的求助。
 
在uses语句下引用一个ShellAPI的单元就可以了<br>uses&nbsp;ShellAPI;
 
接受答案了.
 
后退
顶部