CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - iwebbrowser2
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - iwebbrowser2 - List
[
GUI Develop
]
cwebpage
DL : 1
Display a Web Page in a Plain C Win32 Application: There are numerous examples that demonstrate how to embed Internet Explorer in your own window. But these examples typically use Microsoft Foundation Classes (MFC), .NET, C#, or at least the Windows Template Library (WTL) because those frameworks have pre-fabricated \"wrappers\" to easily give you an \"HTML control\" to embed in your window. If you re trying to use plain C, without MFC, WTL, .NET, C#, or even any C++ code at all, then there is a dirth of examples and information how to deal with OLE/COM objects such as IE s IWebBrowser2. Here is an article and working example in C to specifically show you what you need to do in order to embed IE in your own window, and more generally, show you how to interact with OLE/COM objects and create your own objects in plain C.
Update
: 2008-10-13
Size
: 37.34kb
Publisher
:
刘国栋
[
Communication
]
iectrlappin11dlg
DL : 1
首先,需要在你的程序中嵌入IE浏览器的窗口。有两种实现方法,其一,添加CHtmlView的视类;其二,添加IE浏览器的ActiveX控件。其实不管用什么方法,除了函数名称稍有区别外,它们最终都调用了微软的IWebBrowser2的接口。IWebBrowser2的功能非常强劲,使用它的技术叫DHTML(动态HTML,以后再给大家介绍)。在这篇文章中,先给大家举例介绍一些初级的使用,起到抛砖引玉的作用。更多功能可以参考MSDN-First, you need to embed the process of the browser window.CHtmlViewIEActiveX In fact, no matter what means, in addition to slightly different function names, they were eventually called the Microsoft IWebBrowser2 interface. IWebBrowser2 function very strong, the use of its technology called DHTML (Dynamic HTML, after you give). In this article, for example letting you highlight some of the primary use, the role played congregate. More features can refer to the MSDN
Update
: 2008-10-13
Size
: 20.51kb
Publisher
:
王志雄
[
GUI Develop
]
cwebpage
DL : 0
Display a Web Page in a Plain C Win32 Application: There are numerous examples that demonstrate how to embed Internet Explorer in your own window. But these examples typically use Microsoft Foundation Classes (MFC), .NET, C#, or at least the Windows Template Library (WTL) because those frameworks have pre-fabricated "wrappers" to easily give you an "HTML control" to embed in your window. If you re trying to use plain C, without MFC, WTL, .NET, C#, or even any C++ code at all, then there is a dirth of examples and information how to deal with OLE/COM objects such as IE s IWebBrowser2. Here is an article and working example in C to specifically show you what you need to do in order to embed IE in your own window, and more generally, show you how to interact with OLE/COM objects and create your own objects in plain C.
Update
: 2025-02-19
Size
: 47kb
Publisher
:
刘国栋
[
Communication
]
iectrlappin11dlg
DL : 0
首先,需要在你的程序中嵌入IE浏览器的窗口。有两种实现方法,其一,添加CHtmlView的视类;其二,添加IE浏览器的ActiveX控件。其实不管用什么方法,除了函数名称稍有区别外,它们最终都调用了微软的IWebBrowser2的接口。IWebBrowser2的功能非常强劲,使用它的技术叫DHTML(动态HTML,以后再给大家介绍)。在这篇文章中,先给大家举例介绍一些初级的使用,起到抛砖引玉的作用。更多功能可以参考MSDN-First, you need to embed the process of the browser window.CHtmlViewIEActiveX In fact, no matter what means, in addition to slightly different function names, they were eventually called the Microsoft IWebBrowser2 interface. IWebBrowser2 function very strong, the use of its technology called DHTML (Dynamic HTML, after you give). In this article, for example letting you highlight some of the primary use, the role played congregate. More features can refer to the MSDN
Update
: 2025-02-19
Size
: 107kb
Publisher
:
王志雄
[
ISAPI-IE
]
webbrowser
DL : 0
vc 6.0 下编译成功 简单实用 初学使用 有中文注释 -vc 6.0 compiler under the successful use of simple and practical learning Chinese Notes
Update
: 2025-02-19
Size
: 1.89mb
Publisher
:
neo
[
Windows Mobile
]
MiniPIE
DL : 0
Shows you how to reuse the IE Mobile web browser in your application: - shows how to host the Microsoft.PIEDocView (PIEWebBrowser) control - show how to use the control s IWebBrowser2 interface - shows how to respond to browser events, using the DWebBrowserEvents2 outgoing dispinterface This sample uses ATL. It s designed for both Pocket PC and Smartphone.
Update
: 2025-02-19
Size
: 14kb
Publisher
:
aliang
[
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
[
Browser Client
]
WebBrowser_demo1
DL : 0
一个类似IE7的简易浏览器,使用windows自带IE控件,可以实现屏蔽下载文件功能,还可以屏蔽或开启Active控件。-A simple browser like IE7, IE using windows built-in controls can download the file mask function can also be shielded or open Active control.
Update
: 2025-02-19
Size
: 33kb
Publisher
:
LiangWa
[
Browser Client
]
geturl
DL : 0
通过IWebBrowser2类,实时监控IE浏览器网址。-Through the IWebBrowser2 class, real-time monitoring of the IE browser.
Update
: 2025-02-19
Size
: 232kb
Publisher
:
下载者
[
VC/MFC
]
cbrowser
DL : 0
用C语言实现的浏览器,使用IWebbrowser2接口-Using C language implementation of the browser, use IWebbrowser2 Interface
Update
: 2025-02-19
Size
: 4.62mb
Publisher
:
zhewang
[
Internet-Network
]
IWebBrowser2
DL : 0
通过IWebBrowser2改变ie地址-IWebBrowser2 IWebBrowser2IWebBrowser2 IWebBrowser2IWebBrowser2IWebBrowser2
Update
: 2025-02-19
Size
: 188kb
Publisher
:
王海
[
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
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.