菜鳥問題(50分)

  • 主题发起人 主题发起人 ranxu
  • 开始时间 开始时间
R

ranxu

Unregistered / Unconfirmed
GUEST, unregistred user!
如何在Delphi中連接Internet﹐請給出原代碼﹐謝﹗﹗﹗
 
Lable1.caption:='www.sohu.com';
在Label1的OnClick事件中写人下面代码:
ShellExecute(0,'open',StrPCopy(St,'http://'+Label1.Caption),nil,nil,SW_SHOW);
 
拨号吗?
winexec('rundll32.exe rnaui.dll,RnaDial '+'连接Internet',9);

打开游览器并上指定网站吗?(答案同楼上这位兄弟)
uses shellaip
shellexecute(0,nil,pchar('www.delphibbs.com'),nil,nil,sw_normal);

 
多人接受答案了。
 
后退
顶部