HTTP Link
2008-04-09 04:24:00来源:互联网 阅读 ()
HTTP Link
Print EmailBy: t0rus
Level: Beginner
User Rating: Unrated
Compatibility:Delphi 7, Delphi 6
Users have accessed this article 1657 times.
Terms of Agreement:
By using this article, you agree to the following terms...
1) You may use this article in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge.
2) You MAY NOT redistribute this article (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.
3) You may link to this article from another website, but ONLY if it is not wrapped in a frame.
4) You will abide by any additional copyright restrictions which the author may have placed in the article or article''''s description. First, you need to create a button/label/whatever, then you''''ll have this procedure...
procedure Tform1.Button1Click(Sender: TObject);
const
csOLEObjName = ''''InternetExplorer.Application'''';
var
IE : Variant;
begin
IE := CreateOleObject( csOLEObjName );
IE.Visible := true;
IE.Navigate(''''http://www.yahoo.com'''');
end;
the unit that u''''ll need for this application should be automatically added to the Uses if not, just add Uses ComOBJ there but this only works if you have internet explorer installed.
the SECOND method should work regardless of your browser:
ShellExecute(0,''''open'''',''''http://www.yahoo.com'''','''''''','''''''',SW_SHOWNORMAL);
for this one, you''''ll need to have Uses ShellAPI
the third method, consists of simply downloading a component that has http link, and adding it to your form, but that''''s up to you to look for one
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
上一篇:与中文输入相关的函数
下一篇:控件移动类的实现之三
- delphi create Http link on your form 2008-04-10
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash