CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - IHTMLDocument2
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - IHTMLDocument2 - List
[
Internet-Network
]
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
: 2008-10-13
Size
: 19.4kb
Publisher
:
sbl
[
Browser Client
]
GetLinks21
DL : 1
主要功能为获取网页所有链接,首先是用IHTMLDocument2的get_links,来获取IHTMLElementCollection接口,再通过IHTMLElementCollection来获取IHTMLAnchorElement,而IHTMLAnchorElement接口的get_href就是我们想要的,通过循环获取,我们就可以得到网页的所有链接了。
Update
: 2008-10-13
Size
: 615.05kb
Publisher
:
zhangmeng
[
WinSock-NDIS
]
获取网页密码、代码程序
DL : 1
本程序演示如何通过窗口句柄取webbrowser控件的IHtmlDocument2接口-this program demonstrated how to handle through the window from the desired command control interface IHtmlDocument2
Update
: 2008-10-13
Size
: 65.66kb
Publisher
:
夏添
[
Internet-Network
]
获取网页密码、代码程序
DL : 0
本程序演示如何通过窗口句柄取webbrowser控件的IHtmlDocument2接口-this program demonstrated how to handle through the window from the desired command control interface IHtmlDocument2
Update
: 2025-02-19
Size
: 65kb
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-19
Size
: 19kb
Publisher
:
[
ISAPI-IE
]
ienovel
DL : 0
一个很好的基于IE内核用MFC开发的浏览器,与其他开源代码不同的是有一份详细的文档,便于你再次开发自己的浏览器。-A good kernel with MFC-based development of IE browser, and other open source code is different from the document has a detailed, easy to you once again to develop their own browser.
Update
: 2025-02-19
Size
: 62kb
Publisher
:
秦肇伟
[
Browser Client
]
GetLinks21
DL : 0
主要功能为获取网页所有链接,首先是用IHTMLDocument2的get_links,来获取IHTMLElementCollection接口,再通过IHTMLElementCollection来获取IHTMLAnchorElement,而IHTMLAnchorElement接口的get_href就是我们想要的,通过循环获取,我们就可以得到网页的所有链接了。-Main function is to access the page all the links, first of all is IHTMLDocument2 the get_links, to obtain IHTMLElementCollection interface, IHTMLElementCollection to get through IHTMLAnchorElement, and IHTMLAnchorElement interface get_href is what we want, through the cycle of acquisition, we can get all the links page a.
Update
: 2025-02-19
Size
: 726kb
Publisher
:
zhangmeng
[
ISAPI-IE
]
enum_selected_elements_demo
DL : 0
How to identify the different elements in the selection of web pages <H2>Introduction</H2> <P>First, I get an IHTMLDocument2 interface for the browser component and then get the selection property of the interface to get an <CODE>IHTMLSelectionObject</CODE> interface. Now came the tough part, actually parsing the stuff. I d assumed that if I was able to create a control range using the <CODE>createRange</CODE> method for the selection, that I d be able to get a list which would have the HTML tags and their attributes neatly separated.</P>
Update
: 2025-02-19
Size
: 160kb
Publisher
:
gaemasher
[
ISAPI-IE
]
IHTMLDocument2findAtag
DL : 0
IHTMLDocument2应用,遍历本地HTML文件中的所有超级链接。-IHTMLDocument2 yingyong,bianlibendi HTML wenjianzhongdesuoyoulianjie. My English is poor.
Update
: 2025-02-19
Size
: 21kb
Publisher
:
q1196403
[
OS program
]
IEHelper_src
DL : 0
The purpose of this article is to show how to use IWebBrowser2, IHTMLDocument2 and IHTMLElement objects
Update
: 2025-02-19
Size
: 8kb
Publisher
:
liuhua
[
Dialog_Window
]
GetAllWebAddress
DL : 0
用IHTMLDocument2接口获取打开网页中的所有网址链接-IHTMLDocument2 interface with open access to all Web page links
Update
: 2025-02-19
Size
: 694kb
Publisher
:
tujiaw
[
ISAPI-IE
]
get_links
DL : 0
如何提取网页中所有链接 见过“网际快车”的“使用网际快车下载全部链接”这个功能吗?想实现它,我们可以这样做: IE有几个有用的接口,我们可以用它来提取网页所有链接。-IHTMLDocument2 get_links
Update
: 2025-02-19
Size
: 1kb
Publisher
:
wxg
[
ISAPI-IE
]
IHTMLDocument2
DL : 0
IHTMLDocument2的使用 (DOM编程)-IHTMLDocument2 (DOM programm)
Update
: 2025-02-19
Size
: 9kb
Publisher
:
dreamer
[
ADO-ODBC
]
IEHelper_src
DL : 0
The purpose of this article is to show how to use IWebBrowser2, IHTMLDocument2 and IHTMLElement objects
Update
: 2025-02-19
Size
: 9kb
Publisher
:
dn2550qiangj
[
Other
]
pail32
DL : 0
本程序演示如何通过窗口句柄取webbrowser控件的IHtmlDocument2接口-This procedure demonstrates how to through the window handle to collect the webbrowser control IHtmlDocument2 interface
Update
: 2025-02-19
Size
: 55kb
Publisher
:
Itrmc
[
ComboBox
]
9296218
DL : 0
本程序演示如何通过窗口句柄取webbrowser控件的IHtmlDocument2接口-This procedure demonstrates how to through the window handle to collect the webbrowser control IHtmlDocument2 interface
Update
: 2025-02-19
Size
: 55kb
Publisher
:
bbtjrn
[
ComboBox
]
wvbtoowser-demonstrates-webbrowser
DL : 0
本程序演示如何通过窗口句柄取webbrowser控件的IHtmlDocument2接口(This procedure demonstrates how to through the window handle to collect the webbrowser control IHtmlDocument2 interface)
Update
: 2025-02-19
Size
: 55kb
Publisher
:
Daaevai
[
ComboBox
]
169452
DL : 0
本程序演示如何通过窗口句柄取webbrowser控件的IHtmlDocument2接口()
Update
: 2025-02-19
Size
: 55kb
Publisher
:
Dlovan
[
Other
]
gqdui390
DL : 0
本程序演示如何通过窗口句柄取webbrowser控件的IHtmlDocument2接口()
Update
: 2025-02-19
Size
: 55kb
Publisher
:
eerivattoe
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.