Location:
Search - TWebbrowser
Search list
Description: 将代码直接写入TWEBBROWSER的两种方法以及获得选中文本的方法-code directly into TWEBBROWSER the two methods, and access to the selected text
Platform: |
Size: 194857 |
Author: UFO |
Hits:
Description: TWebBrowser 的増強版, 比TWebBrowser強很多-TWebBrowser version of the increasingly strong, a lot stronger than TWebBrowser
Platform: |
Size: 685466 |
Author: eddche |
Hits:
Description: 本程序使用TWebbrowser控件实现了自动从几个软件下载网站搜索软件名称的功能.-TWebbrowser the procedures used to achieve automatic control from several software download site search software Name function.
Platform: |
Size: 633986 |
Author: 李强 |
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: 19867 |
Author: sbl |
Hits:
Description: 目录
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
Platform: |
Size: 410307 |
Author: zhangff |
Hits:
Description: delphi中TWebBrowser 的使用例程
Platform: |
Size: 4528 |
Author: keimer |
Hits:
Description: 本人原创(delphi程序设计提高与应用)源码。《简易浏览器》是采用delphi的TWebBrowser组件设计的浏览器,经常浏览的网址可存放在数据库中,使用方便快捷,源码注释尽可能详尽,便于爱好者学习(使用时应将其放在C盘根目录上)。
Platform: |
Size: 441603 |
Author: ybs9999 |
Hits:
Description: TWebBrowser制作的一个Web浏览程序,实现流程器的基本功能。
Platform: |
Size: 41347 |
Author: axiu |
Hits:
Description: 将代码直接写入TWEBBROWSER的两种方法以及获得选中文本的方法-code directly into TWEBBROWSER the two methods, and access to the selected text
Platform: |
Size: 194560 |
Author: UFO |
Hits:
Description: TWebBrowser 的増強版, 比TWebBrowser強很多-TWebBrowser version of the increasingly strong, a lot stronger than TWebBrowser
Platform: |
Size: 685056 |
Author: eddche |
Hits:
Description: 本程序使用TWebbrowser控件实现了自动从几个软件下载网站搜索软件名称的功能.-TWebbrowser the procedures used to achieve automatic control from several software download site search software Name function.
Platform: |
Size: 633856 |
Author: 李强 |
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: 目录
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
Platform: |
Size: 410624 |
Author: |
Hits:
Description: delphi中TWebBrowser 的使用例程-delphi in the use of routine TWebBrowser
Platform: |
Size: 4096 |
Author: keimer |
Hits:
Description: 本人原创(delphi程序设计提高与应用)源码。《简易浏览器》是采用delphi的TWebBrowser组件设计的浏览器,经常浏览的网址可存放在数据库中,使用方便快捷,源码注释尽可能详尽,便于爱好者学习(使用时应将其放在C盘根目录上)。-My original (delphi improve program design and application) source.
Platform: |
Size: 441344 |
Author: ybs9999 |
Hits:
Description: TWebBrowser制作的一个Web浏览程序,实现流程器的基本功能。-TWebBrowser produced a Web browser program, to achieve the basic functions of flow devices.
Platform: |
Size: 40960 |
Author: axiu |
Hits:
Description: 嵌入式的WebBrowser是国外的一个开源WebBrowser.它丰富了Delphi自带的TWebBrowser控件-Embedded WebBrowser is an open source abroad WebBrowser. It enriches the built-in Delphi controls TWebBrowser
Platform: |
Size: 1439744 |
Author: 嵌入式的WebBrowser |
Hits:
Description: 本人未某论坛编写的灌水机器
主要演示了Twebbrowser和idhttp如何自动填写信息提交的代码-I am not a forum for the preparation of the irrigation machine and Twebbrowser main idhttp demonstrate how to automatically fill in the information submitted to the code
Platform: |
Size: 408576 |
Author: 冰剑 |
Hits:
Description: 在bcb5中使用twebbrowser播放flash文件的例程序-play flash
Platform: |
Size: 550912 |
Author: gg |
Hits:
Description: Delphi web browser on TWebBrowser component
Platform: |
Size: 645120 |
Author: alexsheksna |
Hits: