程序中的http(50分)

  • 主题发起人 主题发起人 chenhua
  • 开始时间 开始时间
C

chenhua

Unregistered / Unconfirmed
GUEST, unregistred user!
能从程序中启动IE,比如HELP中的连接
 
uses shellapi;<br>shellexecute();
 
加一个 label, 在 onclick 中写:<br><br>shellexecute(handle,'open',pchar(label1.caption),<br>&nbsp; &nbsp; &nbsp;nil,nil,sw_shownormal);<br><br>label 的内容为一个连接。
 
ShellExecute(handle, "open", sURL, NULL, NULL, SW_SHOWNORMAL);<br><br>
 
to xWolf <br><br>&nbsp;似乎 NULL --&gt; nil, ^_^.<br><br>这样的问题已经答过好多次了,拜托问之前查一查,谢谢。
 
re SuperMMX:<br>&nbsp; in C++, LOOK: "open"
 
我在过一个控件<br>请到我的&lt;a href="http://go.163.com/~longwu/MyComponent.htm"&gt;小茅屋&lt;/a&gt;里去下一个IELabel.
 
to SuperMMX<br>没看到它是用 " " 的吗,说明是c语言,你又花了眼了
 
多人接受答案了。
 
后退
顶部