CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - webbrowser delphi
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - webbrowser delphi - List
[
Browser Client
]
IE嵌入开发
DL : 0
IE工具栏扩展 就是如何使IE扩展组件可以响应事件。 在自己的程序中使用过WebBrowser控件的朋友都知道,WebBrowser控件定义了诸如BeforeNavigate、DownloadComplete 等事件,我们可以通过编写事件处理代码实现对WebBrowser控件的操作。那么如何实现对IE的事件响应和处理呢?同建立IE面板一样。我们需要建立一个实现IObjectWithSite接口的COM组件,不同的是,我们还需要实现IDispatch接口,在IObjectWithSite接口的SetSite方法中获得IE的WebBrowser接口并建立自身与WebBrowser的连接,然后如果在IE的Webbrowser对象中发生什么事件的话,那么IE就会回调连接的IDispatch接口的Invoke方法。我们通过在Invoke方法中编写代码就可以获得IE事件了。这个利用的是COM编程的回调接口原理。-IE toolbar expansion is how to make IE components can be extended to respond incident. In their own procedures used WebBrowser Control friends all know, WebBrowser control such as the definition BeforeNavigate, DownloadComplete incidents, we can handle the matter through the preparation of code to achieve WebBrowser control operation. So how to achieve the right IE incident response and handling? IE with the establishment of the same panel. We need to build an interface to achieve IObjectWithSite COM different is, we also need to implement the IDispatch interface, the interface SetSite IObjectWithSite method was IE WebBrowser interface and establish their own connections with the WebBrowser, then if the IE object pda.en.wapedia.org what happens incident, then IE the pullback would IDispatc
Update
: 2025-02-17
Size
: 145kb
Publisher
:
好的
[
Delphi VCL
]
mywebbrowser
DL : 0
利用delphi做的很简单网页浏览器,代码很少,请大家多多指正。-done using a very simple Web browser, code rarely, please correct lot. Thank you
Update
: 2025-02-17
Size
: 225kb
Publisher
:
yessober
[
Browser Client
]
delphi+IEexplore
DL : 0
简洁的多页面IE浏览器-Simple multi-page IE browser
Update
: 2025-02-17
Size
: 272kb
Publisher
:
jj
[
Delphi VCL
]
XBrowser
DL : 0
webbrowser控件使用是有三个难道,一是新页面的打开,二是脚本错误的提示,三是当前页的复制。本程序从实例角度来解决这些问题。-webbrowser control is the use of three Is : First, the opening of a new page, 2 is the wrong script hints, and the third is a copy of the current page. Examples of this procedure from the perspective of solving these problems.
Update
: 2025-02-17
Size
: 211kb
Publisher
:
隐蓝
[
ISAPI-IE
]
IE4SinkDemo
DL : 0
unit Cweb2 interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, OleCtrls, SHDocVw, StdCtrls, ActiveX type TForm1 = class(TForm) WebBrowser1: TWebBrowser procedure FormCreate(Sender: TObject) procedure WebBrowser1DocumentComplete(Sender: TObject const pDisp: IDispatch var URL: OleVariant) procedure DemoEventSink(Sender: TObject) private public { Public declarations } end var Form1: TForm1 implementation {$R *.dfm} uses MSHTML, IEDocHostUIHandler, IEConst, DHTMLEvent,comobj var FDocHostUIHandler: TDocHostUIHandler //为屏蔽右键菜单 Doc : IHTMLDocument2 Element : IHTMLElement EventSink: TDHTMLEvent procedure TForm1.FormCreate(Sender: TObject) begin FDocHostUIHandler := TDocHostUIHandler.Create //为屏蔽右键菜单 EventSink := TDHTMLEvent.Create WebBrowser1.Navigate(GetCurrentDir + \index.htm ) end procedure TForm1.DemoEventSink(Sender: TObject) Var S:String -unit Cweb2 interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, OleCtrls. SHDocVw, StdCtrls. ActiveX type TForm1 = class (TForm) WebBrowser 1 : TWebBrowser procedure FormCreate (Sender : TObject) procedure WebBrowser1DocumentComp lete (Sender : TObject const pDisp : IDispatch var URL : OleVariant) procedure DemoEventSink (Sender : TObject) private public (Public declaration s) var end Form1 : TForm1 implementation ($ R*. dfm) uses MSHTML , IEDocHostUIHandler, IEConst, DHTMLEven t, comobj var FDocHostUIHandler : TDocHostUIHandler// right-click menu for shielding Doc : IHTMLDocument2 Element : IHTMLElement EventSink : TDHTMLEvent procedure TForm1.FormCreate ( Sender : TObject) begin FDocHostUIHandler : = TDocHostUIHandler.Create// right-clic
Update
: 2025-02-17
Size
: 19kb
Publisher
:
[
Delphi/CppBuilder
]
DelphiTipsC
DL : 0
目录 1、如何检测Insert、Capslock、NumLock、ScrollLock状态键的状态 2、检测驱动器类型名字 3、如何操作INI文件 4、用delphi6+Apache 开发动态网站(创建一个简单的网页) 5、TwebBrowser构件剖析 6、WebBrowser屏幕滚动的实现,设置WebBrowser的焦点-a catalog, how to detect Insert, Capslock, NumLock. ScrollLock key state of the two states to detect actuator name three types, how to operate the INI file 4, delphi6 with Apache to develop dynamic web site (Create a simple web site) 5. TwebBrowser Component Analysis 6, the WebBrowser screen realization, WebBrowser set the focus
Update
: 2025-02-17
Size
: 401kb
Publisher
:
[
Browser Client
]
webbrowser_javascript
DL : 0
delphi实现webbrowser中控制执行javascript脚本-delphi realize the implementation of webbrowser control javascript script
Update
: 2025-02-17
Size
: 4kb
Publisher
:
黄林
[
Browser Client
]
WebBrowser
DL : 0
一个类似腾讯的多页浏览器
Update
: 2025-02-17
Size
: 249kb
Publisher
:
小皮
[
Delphi VCL
]
WebBrowser
DL : 0
利用delphi编程实现一个简单的web浏览器。实现浏览器的基本功能。-Delphi programming using a simple web browser. Realize the basic functions of the browser.
Update
: 2025-02-17
Size
: 238kb
Publisher
:
denw
[
Web Server
]
mndj
DL : 0
模拟点击网页上按钮程序,通过WebBrowser控件实现,采用多线程-Click on page button simulation procedures, through the WebBrowser control to achieve, using multi-threaded
Update
: 2025-02-17
Size
: 592kb
Publisher
:
匹夫
[
Internet-Network
]
webbrowser
DL : 0
一个用delphi语言编写的实现网页浏缆功能-A language with delphi realize cable features page to see
Update
: 2025-02-17
Size
: 289kb
Publisher
:
易峰
[
Delphi VCL
]
webBrowser
DL : 0
delphi写的webBrowser的简单使用,同事包括调用第三方程序的方法,可以避免程序访问网页是出现死机现象。-delphi webbrowser written in a simple to use, our colleagues, including third-party programs calling the method, the procedure can be avoided to visit the page that there is the phenomenon of death.
Update
: 2025-02-17
Size
: 349kb
Publisher
:
路经济
[
Delphi VCL
]
fff
DL : 0
利用WebBrowser打造眩目的软件界面-Use WebBrowser to create dazzling software interface
Update
: 2025-02-17
Size
: 327kb
Publisher
:
望月
[
Delphi VCL
]
webbrowser
DL : 0
webbrowser 嵌入HTML代码(OEM界面),用delphi编写。-webbrowser Embed HTML code (OEM interface), prepared using delphi.
Update
: 2025-02-17
Size
: 176kb
Publisher
:
lvjianjun
[
Internet-Network
]
ListboxItemsofTWebBrowser
DL : 0
获得网页中列表项目内容,对用Delphi开发internet 程序有一定参考价值。-Get Listbox Items from WebBrowser Document
Update
: 2025-02-17
Size
: 4kb
Publisher
:
yang shan
[
Internet-Network
]
webbrowser
DL : 0
编写网页浏览器,怎么运用webbrowser,很好的学习资料-The preparation of a web browser, how to use webbrowser, a very good learning materials
Update
: 2025-02-17
Size
: 230kb
Publisher
:
许先生
[
Windows Develop
]
webbrows
DL : 0
一个简单的网页游戏射雕传外挂源码,利用webbrowser在网页中插入JS函数,并执行-The Eagle-shooting game with a simple web page source code plug-pass, using webbrowser page insert JS function, and the implementation of
Update
: 2025-02-17
Size
: 522kb
Publisher
:
逸风
[
Browser Client
]
webbrowser
DL : 0
Delphi程序设计自己的浏览器。可以浏览网页、文档和实现数据下载。-Delphi Programming your browser. Can browse Web pages, documents, and for data download.
Update
: 2025-02-17
Size
: 17kb
Publisher
:
李唐军
[
Delphi VCL
]
WebBrowser
DL : 0
直接访问WebBrowser控件中的HTML源码-WebBrowser control in direct access to HTML source
Update
: 2025-02-17
Size
: 23kb
Publisher
:
xjgyq
[
Delphi VCL
]
delphi-webbrowser
DL : 0
delphi webbrowser delphi source-delphi webbrowser delphi source
Update
: 2025-02-17
Size
: 3kb
Publisher
:
Idiot
«
1
2
3
4
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.