Location:
Search - mshtml
Search list
Description: 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
Platform: |
Size: 19867 |
Author: sbl |
Hits:
Description: 一个基于 Internet Explorer 中 MSHTML 技术的 ASP.NET 服务器控件,可以轻松地将其嵌入到 Web Forms 中实现 HTML 内容的在线编辑,在新闻发布、博客写作、论坛社区等多种 Web 系统中都会有用途.
-one based on Internet Explorer technology ASP.NE MSHTML T server component can be easily embedded into Web Forms achieve contents of the online HTML editor, In press releases, blog writing, community forums, and other Web system will have uses.
Platform: |
Size: 43718 |
Author: 王制 |
Hits:
Description: 本文介绍的是使用mshtml接口中方法显示内存中的html文件的两种方法和执行时间的比较
Platform: |
Size: 1500 |
Author: robin |
Hits:
Description: 当你使用mshtml接口时,会有好多html标签和CSS不懂,该文时你最好的选择
Platform: |
Size: 179063 |
Author: robin |
Hits:
Description: 本文档介绍了MSHTML中的Trident技术和DOM技术等。
Platform: |
Size: 75968 |
Author: robin |
Hits:
Description: 显示当前系统中的cookie信息,分类别,可方便查询与分析。应用MSHTML会用到它。
Platform: |
Size: 12306 |
Author: tian96610 |
Hits:
Description: 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
Platform: |
Size: 19456 |
Author: |
Hits:
Description: 一个基于 Internet Explorer 中 MSHTML 技术的 ASP.NET 服务器控件,可以轻松地将其嵌入到 Web Forms 中实现 HTML 内容的在线编辑,在新闻发布、博客写作、论坛社区等多种 Web 系统中都会有用途.
-one based on Internet Explorer technology ASP.NE MSHTML T server component can be easily embedded into Web Forms achieve contents of the online HTML editor, In press releases, blog writing, community forums, and other Web system will have uses.
Platform: |
Size: 74752 |
Author: 王制 |
Hits:
Description: 本文介绍的是使用mshtml接口中方法显示内存中的html文件的两种方法和执行时间的比较
Platform: |
Size: 1024 |
Author: robin |
Hits:
Description: 当你使用mshtml接口时,会有好多html标签和CSS不懂,该文时你最好的选择-When you use mshtml interface, there will be a lot of html tags and CSS do not understand the text you the best choice
Platform: |
Size: 179200 |
Author: robin |
Hits:
Description: 本文档介绍了MSHTML中的Trident技术和DOM技术等。-This document describes the MSHTML of Trident Technical and DOM technologies.
Platform: |
Size: 75776 |
Author: robin |
Hits:
Description: msdn中mshtml接口中所有方法和属性及其解释的翻译。-msdn in mshtml interface all methods and attributes and their interpretation of the translation.
Platform: |
Size: 222208 |
Author: robin |
Hits:
Description: FreeTextBox 是一个基于 Internet Explorer 中 MSHTML 技术的 ASP.NET 服务器控件。这是一款优秀的自由软件(Free Software),我们可以轻松地将其嵌入到 Web Forms 中实现 HTML 内容的在线编辑,在新闻发布、博客写作、论坛社区等多种 Web 系统中都会有用途,FTB_1.6.3_zh_Source是源码文件夹。该版本可以在Asp.net2.0中使用,详见代码佩文 -FreeTextBox is a MSHTML in Internet Explorer-based ASP.NET server control technology. This is a good free software (Free Software), we can easily be embedded in Web Forms to implement the contents of the online HTML editor, press releases, blog writing, forum communities, there will be a variety of Web systems use, FTB_1.6.3_zh_Source is the source folder. This version can be Asp.net2.0 use, see the code Pavin
Platform: |
Size: 735232 |
Author: 李赫 |
Hits:
Description: 用Socket和MSHTML对象模型创建自己的浏览器Socket and the MSHTML Object Model to use to create their own browser-Socket and the MSHTML Object Model to use to create their own browser
Platform: |
Size: 3072 |
Author: qingren |
Hits:
Description: VC HTML操作教程。需要操作IE控件或其它功能,可以看看。-VC HTML Tutorial. IE need to operate controls and other features, you can see.
Platform: |
Size: 34816 |
Author: |
Hits:
Description: Sample of using MSHTML in MinGW. Wraps Microsoft Web Browser from VC++.
Platform: |
Size: 183296 |
Author: Ilia |
Hits:
Description: vc++ SDK封装MSHTML.dll
最最底层实现IE,可以控制IE控件各种接口。
程序还实现C++和JS交互-vc++ SDK packages the underlying implementation of most MSHTML.dll IE, IE controls can control a variety of interfaces. Program also implements C++ and JS Interactive
Platform: |
Size: 60416 |
Author: DJ |
Hits:
Description: Automation web browser in C# with mshtml library
Platform: |
Size: 53248 |
Author: Ha Pro |
Hits:
Description: 利用WebBorwser和MSHTML.tlb做广告过滤器完全源码公开-make use of WebBorwser and MSHTML.TLB filtering advertising
Platform: |
Size: 94208 |
Author: foobar |
Hits:
Description: Two components which provide the necessery events for drawing onto a MSHTML/TWebBrowser's canvas. You don't need to know COM, just import the MSHTML type library. The demo project shows the basic use of these components, to change the painting parameters play with the OnGetPainterInfo event.
Platform: |
Size: 60416 |
Author: artist
|
Hits: