E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
IHTMLDocument2
(BCB) CComPtr<
IHTMLDocument2
> FIEDoc;
一个调用当前IE页面元素的类库(BCB)代码://---------------------------------------------------------------------------//作者:雨中漫步//写于:2004-12-26,19:07:56//网址:http://www.wzszf.com///---------------------------------------
i_like_cpp
·
2011-10-19 08:00
Ihtmldocument2
接口的使用
MSHTML是微软公司的一个COM组件,该组件封装了HTML语言中的所有元素及其属性,通过其提供的标准接口,可以访问指定网页的所有元素. MSHTML对象模型是由一些对象和集合组成的.处于根部的是HTML,描述了打开页面的1个窗口,包括一系列集合和对象。如Frames集合,History,Location,Navigator,Document,Vi—sum,Event对象等.其中描述呈现在客
·
2011-09-01 11:00
document
Ihtmldocument2
接口的使用
MSHTML是微软公司的一个COM组件,该组件封装了HTML语言中的所有元素及其属性,通过其提供的标准接口,可以访问指定网页的所有元素. MSHTML对象模型是由一些对象和集合组成的.处于根部的是HTML,描述了打开页面的1个窗口,包括一系列集合和对象。如Frames集合,History,Location,Navigator,Document,Vi—sum,Event对象等.其中描述呈现在客
·
2011-09-01 11:00
document
Ihtmldocument2
接口的使用
MSHTML是微软公司的一个COM组件,该组件封装了HTML语言中的所有元素及其属性,通过其提供的标准接口,可以访问指定网页的所有元素. MSHTML对象模型是由一些对象和集合组成的.处于根部的是HTML,描述了打开页面的1个窗口,包括一系列集合和对象。如Frames集合,History,Location,Navigator,Document,Vi—sum,Event对象等.其中描述呈现在客
·
2011-09-01 11:00
document
关于
IHTMLDocument2
MSDN
IHTMLDocument2
·
2011-09-01 10:00
document
如何以编程方式将一个 IMG 元素复制到剪贴板
/kb/293125STDMETHODIMPCMyBrowser::CopyImage(LPDISPATCHpDispDoc,VARIANTvImageID) { HRESULThr=E_FAIL;
IHTMLDocument2
farcall
·
2011-07-17 09:00
编程
null
vc采集网页内frame框架下所有元素(不指定具体table/form)-升级版
基于效能提升门户生产地址获取主叫,可从60s压缩到6s1.独立代码#include#include#include#include#includevoidEnumIE(void);//处理网页voidEnumFrame(
IHTMLDocument2
fjssharpsword
·
2011-07-02 19:00
框架
浏览器
filter
validation
null
url
vc采集网页内frame框架下所有元素(不指定具体table\form)-升级版
基于效能提升门户生产地址获取主叫,可从60s压缩到6s1.独立代码#include#include#include#include#includevoidEnumIE(void);//处理网页voidEnumFrame(
IHTMLDocument2
wapysun
·
2011-04-11 15:00
框架
VC++
浏览器
内存中html源码用
IHTMLDocument2
进行DOM方式解析
准备开发一款站群系统,不过不准备用webbrowser因为webbrowser会下载整个网页甚至图片,而这并非我所需要的,我只是需要其html代码即可 而winnet稳定性又不高,所以最终选择了winnet的升级版winhttp不过winhttp读取到源码之后解析是个大问题,本来打算用正则表达式,不过我并不擅长,而且需要处理的问题非常多,网上倒是有几个html解析源码诸如htmlcxx 但是我最
farcall
·
2011-04-01 04:00
html
正则表达式
Microsoft
null
WebBrowser
stdstring
一些常用的IHTMLXX接口
IHTMLDocument2
、IHTMLElement、IHTMLElementCollection、ITHMLFormElement、IHTMLInputElement、IHTMLTable、IHTMLAnchorElement
wellwy
·
2011-02-12 17:50
职场
休闲
IHTMLXX
动态改变网页内容(CHtmlView/CWebBrowser2/IE)
集中营曾有篇文章介绍过,源代码:http://263.csdn.net/FileBBS/files/2001_9/T_642_1.zip其中基本代码如下:voidCMainFrame::OnChangehtml(){
IHTMLDocument2
cyforce
·
2011-01-20 13:00
String
null
Integer
WebBrowser
VC采集网页所有表单域
---------------------//#include#include#include#include#includevoidEnumIE(void);//处理网页voidEnumFrame(
IHTMLDocument2
fjssharpsword
·
2010-12-17 11:00
框架
浏览器
filter
validation
null
Forms
vc遍历网页表单并自动填写提交
---------------------//#include#include#include#include#includevoidEnumIE(void);//处理网页voidEnumFrame(
IHTMLDocument2
fjssharpsword
·
2010-12-16 17:00
框架
浏览器
filter
validation
null
Forms
设置TWebbroser内容问题
我们可以使用navigate方法来使TWebbrowser显示指定的内容,也可以使用下面的方法来设置TWebbrowser的显示内容: var Doc:
IHTMLDocument2
;begin
·
2010-12-03 12:00
Web
delphi 设置 TwebBrowser 背景色与所在form颜色一致
usesSHDocVw,mshtml
IHtmlDocument2
(WebBrowser1.Document).body.style.background:= ColorToWebColorStr(
jingshishengxu
·
2010-11-30 00:00
Delphi
TwebBrowser
c++ 枚举网页
#include#include#include #include #includeusing namespace std;void EnumIE( void );void EnumFrame(
IHTMLDocument2
阿π
·
2010-11-22 15:00
TwebBrowser 去掉边框
IHtmlDocument2
(WebBrowser1.Document).body.style.overflow:='hidden';
IHtmlDocument2
(WebBrowser1.Document
jingshishengxu
·
2010-11-20 11:00
Delphi
TwebBrowser
WebBrowser组件和MSHTML 在Delphi中的使用
在程序中可以通过MSHTML提供的
IHTMLDocument2
接口得到整个Document对象,IHTM
·
2010-09-03 11:00
WebBrowser
在C++Builder中如何用“TCppWebBrowser”POST数据
如果你想获得更强大的功能, 呵呵,说不得,你得去研究“
IHTMLDocument2
”接口指针了。这个东西在BCB和DELPHI
xdonx
·
2010-06-10 13:00
WebBrowser2控件去除滚动条
HRESULThr; IDispatch*pDisp=GetHtmlDocument();
IHTMLDocument2
*pDocument=NULL; IHTMLElement
hzy694358
·
2010-05-14 14:00
c
null
border
scroll
WebBrowser
C#的WebBrowser操作frame如此简单
刚学c#不久,也不太懂什么IHTMLDocument、
IHTMLDocument2
、IWebBrowser2等等。自己琢磨了好久,终于知道了怎么用WebBrowser操作frame和iframe。
·
2010-01-10 16:00
WebBrowser
对IE编程中的一些经验
1 启用了线程, function GetDoc(Wnd: HWND) :
ihtmldocument2
; 往往会出现错误,这个时候可以结合定时器来解决 2 
lzdjavaeye
·
2009-12-25 06:00
编程
IE
脚本
获得Frame或Iframe中的IHTMLDocumnet2接口
IHTMLDocument2
*GetDocFromFrame(
IHTMLDocument2
*pDoc2){CComPtrpDoc3;CComPtrpDoc2Frame;hr=pDoc2->QueryInterface
CometNet
·
2009-09-30 21:00
iframe
null
IHTMLDocument2
接口
MIDL_INTERFACE("332c4425-26cb-11d0-b483-00c04fd90119")
IHTMLDocument2
:publicIHTMLDocument{public:virtual
CometNet
·
2009-09-30 19:00
Security
domain
plugins
features
etag
Forms
根据Internet Explorer_Server窗口得到
IHtmlDocument2
接口
#include#include#includeBOOLCALLBACKEnumChildProc(HWNDhwnd,LPARAMlParam){TCHARbuf[100];::GetClassName(hwnd,(LPTSTR)&buf,100);if(_tcscmp(buf,_T("InternetExplorer_Server"))==0){*(HWND*)lParam=hwnd;retur
laokaddk
·
2009-08-20 09:12
职场
internet
休闲
Explorer_Server
根据Internet Explorer_Server窗口得到
IHtmlDocument2
接口
#include#include#includeBOOLCALLBACKEnumChildProc(HWNDhwnd,LPARAMlParam){TCHARbuf[100];::GetClassName(hwnd,(LPTSTR)&buf,100);if(_tcscmp(buf,_T("InternetExplorer_Server"))==0){*(HWND*)lParam=hwnd;retur
laokaddk
·
2009-08-20 09:12
职场
internet
休闲
Explorer_Server
整理一下网上的那个vc遍历网页的程序
#include#include#include #include #includeusing namespace std;void EnumIE( void );void EnumFrame(
IHTMLDocument2
把握命运,追逐梦想
·
2009-08-10 17:00
控制IE页面滚动
//
IHTMLDocument2
*pDocumen
beeboobeeboo
·
2009-07-29 10:00
CDHtmlDialog 调用javascript
IHTMLDocument2
* pDocument; HRESULT hr = GetDHtmlDocument(&pDocument); IHTMLWindow2* pWindow;
lijiecong
·
2009-03-27 17:00
JavaScript
null
System
mfc
[IE编程] IE中对网页进行截图的编程接口
对IE中的的网页进行截图,可以通过2个编程接口:1)HRESULTIHTMLElementRender::DrawToDC(HDChDC) 代码示例:
IHTMLDocument2
*pDoc=...; /
陈本峰
·
2009-02-18 08:00
接口
职场
IE
截图
休闲
[IE编程] IE中对网页进行截图的编程接口
对IE中的的网页进行截图,可以通过2个编程接口:1)HRESULTIHTMLElementRender::DrawToDC(HDChDC) 代码示例:
IHTMLDocument2
*pDoc=...; /
陈本峰
·
2009-02-18 08:00
接口
职场
IE
截图
休闲
CHTMLView处理显示数据
CHtmlViewDisplay出来用CHtmlView::GetHtmlDocumentMethod取得document对象的IDispatch接口,然后用IDispatch::QueryInterface找到
IHTMLDocument2
jinhill
·
2009-01-07 11:00
关于几个HTML文档接口的使用探讨
Hook学习笔记 | 旧一篇: (转贴)亲历世纪大海啸的旅程关于几个HTML文档接口的使用探讨赵湘宁问题: 在使用ActiveAccessibilitySDK的过程中,我从某个窗口的句柄来获得
IHTMLDocument2
skyremember
·
2008-09-30 11:00
html
编程
浏览器
IE
存储
文档
IHTMLDocument2->get_frames()得到的是什么
IHTMLDocument2
*pDoc=NULL; pDoc=(
IHTMLDocument2
*)GetHtmlDocument();//这个是CHtmlView //IWebBrowser2使用get_D
skyremember
·
2008-09-29 09:00
html
url
真正的DocumentComplete
DocumentComplete当一个文档完整的完成下载InternetExplorer激发DocumentComplete事件.仅仅当此事件激发后文档对象才可安全使用.在一个无帧的Web页情形中文档对象是
IHTMLDocument2
skyremember
·
2008-09-29 07:00
object
url
文档
internet
interface
WebBrowser
再谈动态创建网页元素收藏
一个检测网络连接的类 关键字:IHTMLOptionElementFactory,IHTMLImageElementFactory,createElement 1、概述在《FAQ:操纵下拉列表》中我曾写到如何调用
IHTMLDocument2
skyremember
·
2008-09-28 11:00
如何从一个 HWND 获得 IHTMLDocument 2
如何从一个HWND获得
IHTMLDocument2
本文介绍那些Microsoft不再提供支持的产品。因此本文按“原样”提供,并且不再更新。
skyremember
·
2008-09-28 09:00
[自动登录]|[模拟鼠标]|[自动投票]|[填写表单]
注意这里的核心是得到
IHTMLDocument2
*,继而得到IHTMLElementCollection*objAllElement我第一次是用ChtmlView做的,很简单: IHTMLElementCollection
visame
·
2008-09-09 15:00
浏览器
null
文档
mfc
browser
WebBrowser
IHTMLDocument2
接口的简单操作
这几天写的程序中要用到这方面的东西,写了个很简单的例子.//必须包含的头文件#include #include "atlconv.h"#include "Mshtml.h"/********************************************************************** 函数名称:int CErrKbaseDHtmlView::MM_FAULTKBASE
dyx1024
·
2008-08-02 22:00
null
UP
border
IHTMLDocument2
接口的简单操作
这几天写的程序中要用到这方面的东西,写了个很简单的例子. //必须包含的头文件 #include<atlbase.h> #include"atlconv.h" #include"Mshtml.h" /***********************************************
javasogo
·
2008-08-02 22:00
document
从
IHTMLDocument2
获得/写入 HTML 文本 (IPersistStreamInit)
从
IHTMLDocument2
获得/写入HTML文本(IPersistStreamInit)voidCUxHtmlViewerView::SetScript(LPCTSTRlpszTxt){ Navigate
Redeom
·
2008-04-07 12:00
JavaScript
html
exception
Stream
null
delete
VC HTML IHtmlDocument相关代码片段
据说是根据InternetExplorer_Server窗口得到
IHtmlDocument2
接口#include#include#includeBOOLCALLBACKEnumChildProc(HWNDhwnd
demon_evil
·
2008-03-21 10:00
关于通过IWebBrowser2访问
IHTMLDocument2
的安全限制的探索
IE 在默认情况下有很多的安全限制,比如跨框架跨域访问浏览器页面。对于程序员来说,经常遇到的问题就是通过调用IWebBrowser::get_Document时返回访问拒绝的错误,使用脚本语言也会收到有关权限的提示。经过一段时间摸索,可以简单分析一下这种限制的原理。首先,MS把浏览器对象(IWebBrowser2)划分成可信和非可信的两类。对于非可信的浏览器对象,访问Document属性是禁止的。
jameshooo
·
2008-03-19 16:00
C++
浏览器
脚本
IE
文档
语言
webbrowser滚动条控制
htmldoc := self.webbrowser1.Document as
IHTMLDocument2
;//获取滚动条高度 MaxScrollHeight := htmldoc.body.getAttribute
xzmyzy
·
2008-01-29 15:00
WebBrowser
WebBrowser控件——设置滚动条位置
代码如下:boolput_scrollTop(){ HRESULThr; CComPtrspDisp;
IHTMLDocument2
*spDoc=
primer_programer
·
2007-12-26 21:00
从一个HTML返回所有的图片链接
COMObj, IdHTTP, idURI; { .... } procedure GetImageLinks(AURL: string; AList: TStrings); var IDoc:
IHTMLDocument2
tunix126
·
2007-07-17 22:00
自动填写表单、邮箱自动申请、网站注册
这种方法是通过
IHTMLDocument2
接口编辑网页表单(有时得修改网页代码),然后触发一个事件提交网页。
tunix126
·
2007-07-17 15:00
工作
session
IE
服务器
null
action
网上投票的技术实现(纯技术交流,勿用作他途!!) (ZT)
这种方法是通过
IHTMLDocument2
接口编辑网页表单(有时得修改网页代码),然后触发一个事件提交网页。 这种方法由于使用了IE控件,打开网页时会下载很多与应用无关的数据,如图片等(当
wjm901215
·
2007-05-21 22:00
多线程
应用服务器
IE
asp.net
asp
再谈动态创建网页元素
关键字:IHTMLOptionElementFactory,IHTMLImageElementFactory,createElement1、概述在《FAQ:操纵下拉列表》中我曾写到如何调用
IHTMLDocument2
cathyeagle
·
2006-12-10 11:00
Internet
Explorer
编程
Internet
Explorer
有问有答
FAQ: 如何动态创建并访问网页元素
我已经获得要创建页面的
IHTMLDocument2
指针,看msdn提示使用createElement函数调用后能够创建以及设置属性,创建为一个element我如何把它设置为一个对象
cathyeagle
·
2006-11-18 12:00
applet
button
html
input
internet
function
Internet
Explorer
编程
Internet
Explorer
有问有答
上一页
1
2
3
4
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他