温馨提示:本站仅提供公开网络链接索引服务,不存储、不篡改任何第三方内容,所有内容版权归原作者所有
AI智能索引来源:http://www.35.com/info/html/chengxusheji/delphi/20080411/65627.html
点击访问原文链接

HTTP Link-站长资讯中心

站长资讯平台首页> 程序设计 > delphi > HTTP Link 2008-04-09 04:24:00来源:互联网 阅读 ()Print Email Submitted on: 3/2/2004 11:59:07 AMBy: t0rus Level: BeginnerUser Rating: UnratedCompatibility:Delphi 7, Delphi 6Users 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);constcsOLEObjName = ''''InternetExplorer.Application'''';varIE : Variant;beginIE := 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 ShellAPIthe 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主机资讯注册资讯托管资讯vps资讯网站建设建站经验策划盈利搜索优化网站推广免费资源联盟新闻联盟介绍联盟点评网赚技巧搜索引擎网络游戏电子商务广告传媒Asp.Net编程Asp编程Php编程Xml编程AccessMssqlMysql其它Web服务器Ftp服务器Mail服务器Dns服务器安全防护其它软件WordExcelPowerpointGhostVistaQQ空间QQFlashGet迅雷FrontPagesDreamweaverJavascriptcssphotoshopfireworksFlashJava技术C/C++VBdelphi网络协议网络安全网络管理组网方案Cisco技术Win2000WinXPWin2003Mac OSLinuxFreeBSDc语言编程软件c程序设计java发展java与模式java培训哪家好如何下载javac语言入门java app开发java并发编程实战java编程入门java算法java学习网站java下载安装教程java前端开发delphi招聘java是干嘛的java教程c语言编写的小程序Photoshop绘制立体风格的微笑表情PS文字特效教程:制作公路上个性的涂鸦Photoshop设计卷边效果的变形金刚电影PS色彩修复教程:利用色阶工具快速给红PS半透明物体抠图:利用通道选区工具抠PS海报设计技巧教程:学习制作个性的扭PS图片特效制作教程:学习给铁塔图片制学习用photoshop把浑浊的海水照片后期PS古风照片教程:给古风美女打造出女侠PS个性人物海报制作:设计创意时尚的玻WebAPI搭建(二) 让WebAPI 返回JSON格人民币小写转换为大写的演示程序制作QQ消息炸弹设置打印机后台打印数据格式的几个办法龙岩市商品房备案登记查询系统 (INTRAWVS中生成网站和发布网站的区别Delphi 函数参考uniGUI学习汇总一些老控件的集合下载包uCommand v1.1 (通用命令调用机制)谷歌移动友好算法AVPSFTP软件IEloadimg使用POSTHTTPCOMHTMLem定义数据timwordClass网络安全运维经验IT技术分享运维随笔录鲜花东郊到家往约到家

智能索引记录