转至繁体中文版     | 网站首页 | 图文教程 | 资源下载 | 站长博客 | 图片素材 | 武汉seo | 武汉网站优化 | 
最新公告:     敏韬网|教学资源学习资料永久免费分享站!  [mintao  2008年9月2日]        
您现在的位置: 学习笔记 >> 图文教程 >> 软件开发 >> Delphi程序 >> 正文
HTTP Link         ★★★★

HTTP Link

作者:闵涛 文章来源:闵涛的学习笔记 点击数:940 更新时间:2009/4/23 18:30:37
 

HTTP Link

Print Email  
article
Submitted on: 3/2/2004 11:59:07 AM
By: t0rus 
Level: Beginner
User Rating: Unrated
Compatibility:Delphi 7, Delphi 6

Users have accessed this article 1657 times.
 
       There are at least 3 ways to create an http link on your form, i''''ll describe 2 of them here.

 
 
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


[Web开发]关于虚拟空间的System.Web.HttpUnhandledExceptio…  [网页制作]apache与http错误代码总结
[网页制作]很有意义的网页制作之meta标签中的name、http-equ…  [常用软件]X-NET将HTTP下载和FTP下载合二为一
[VB.NET程序]在vb中轻松制作支持断点续传的FTP、HTTP下载软件  [Delphi程序]delphi create  Http link on your form
[Delphi程序]用clientsocket发送http头请求  [Delphi程序]关于用IDhttp发送网站http头的问题
[网页制作]link visited hover active顺序的问题  [网页制作]HTML基础知识:认识http-equiv属性
教程录入:mintao    责任编辑:mintao 
  • 上一篇教程:

  • 下一篇教程:
  • 【字体: 】【发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口
      注:本站部分文章源于互联网,版权归原作者所有!如有侵权,请原作者与本站联系,本站将立即删除! 本站文章除特别注明外均可转载,但需注明出处! [MinTao学以致用网]
      网友评论:(只显示最新10条。评论内容只代表网友观点,与本站立场无关!)

    同类栏目
    · C语言系列  · VB.NET程序
    · JAVA开发  · Delphi程序
    · 脚本语言
    更多内容
    热门推荐 更多内容
  • 没有教程
  • 赞助链接
    更多内容
    闵涛博文 更多关于武汉SEO的内容
    500 - 内部服务器错误。

    500 - 内部服务器错误。

    您查找的资源存在问题,因而无法显示。

    | 设为首页 |加入收藏 | 联系站长 | 友情链接 | 版权申明 | 广告服务
    MinTao学以致用网

    Copyright @ 2007-2012 敏韬网(敏而好学,文韬武略--MinTao.Net)(学习笔记) Inc All Rights Reserved.
    闵涛 投放广告、内容合作请Q我! E_mail:admin@mintao.net(欢迎提供学习资源)

    站长:MinTao ICP备案号:鄂ICP备11006601号-18

    闵涛站盟:医药大全-武穴网A打造BCD……
    咸宁网络警察报警平台