-
c做的IE浏览器源码
c做的IE浏览器源码-c The source IE browser ..............
- 2023-02-15 09:55:03下载
- 积分:1
-
IE toolbar expansion is how to make IE components can be extended to respond inc...
IE工具栏扩展 就是如何使IE扩展组件可以响应事件。 在自己的程序中使用过WebBrowser控件的朋友都知道,WebBrowser控件定义了诸如BeforeNavigate、DownloadComplete 等事件,我们可以通过编写事件处理代码实现对WebBrowser控件的操作。那么如何实现对IE的事件响应和处理呢?同建立IE面板一样。我们需要建立一个实现IObjectWithSite接口的COM组件,不同的是,我们还需要实现IDispatch接口,在IObjectWithSite接口的SetSite方法中获得IE的WebBrowser接口并建立自身与WebBrowser的连接,然后如果在IE的Webbrowser对象中发生什么事件的话,那么IE就会回调连接的IDispatch接口的Invoke方法。我们通过在Invoke方法中编写代码就可以获得IE事件了。这个利用的是COM编程的回调接口原理。-IE toolbar expansion is how to make IE components can be extended to respond incident. In their own procedures used WebBrowser Control friends all know, WebBrowser control such as the definition BeforeNavigate, DownloadComplete incidents, we can handle the matter through the preparation of code to achieve WebBrowser control operation. So how to achieve the right IE incident response and handling? IE with the establishment of the same panel. We need to build an interface to achieve IObjectWithSite COM different is, we also need to implement the IDispatch interface, the interface SetSite I
- 2022-07-17 02:56:16下载
- 积分:1
-
how to access the password box website password, which can access the website of...
如何获取网页密码框中的密码,可以获取网页中星号中的密码-how to access the password box website password, which can access the website of Star password
- 2022-02-21 20:29:20下载
- 积分:1
-
This is a simple browser interface breaks with the traditional interface, provid...
这是一款简单的浏览器,界面突破传统界面,提供一些基本的功能,另外添加了“百度”搜索。这个程序不很完善,可共一般初学者参考。-This is a simple browser interface breaks with the traditional interface, provide some basic functions, and added "Baidu" search. The procedures are not perfect, a total beginners general reference.
- 2022-01-26 03:47:11下载
- 积分:1
-
简单实用的个人blog站点.C#编写.比较简单.
简单实用的个人blog站点.C#编写.比较简单.-Simple personal blog site. C# Prepared. Relatively simple.
- 2022-02-01 15:26:06下载
- 积分:1
-
linux下的浏览器lynx,开源的代码
linux下的浏览器lynx,开源的代码-under linux browser lynx, open-source code
- 2023-02-27 22:30:04下载
- 积分:1
-
一个由VC做得小浏览器,简洁可爱,没有多余的控件,地址栏包含在打开菜单里,实用性虽不高,但学习性很强!...
一个由VC做得小浏览器,简洁可爱,没有多余的控件,地址栏包含在打开菜单里,实用性虽不高,但学习性很强!-VC done by a small browser, simple and lovely, no redundant controls, contained in the address bar, open the menu, not practicality, but strong learning!
- 2022-05-06 00:15:45下载
- 积分:1
-
CookieSpy is a custom explorer bar. This extension was created for the monitorin...
CookieSpy is a custom explorer bar. This extension was created for the monitoring of cookie activity and for the possibility to add and edit cookies. I used VC++ 6.0 (SP4) and ATL.
- 2022-03-06 12:40:40下载
- 积分:1
-
BHO 插件开发的VB示例源代码。插件负责分析IE页面内容,并有选择地向后台程序发送,后台程序分析数据后,再向插件发送命令,进行相关操作:突出显示相关内容、填写...
BHO 插件开发的VB示例源代码。插件负责分析IE页面内容,并有选择地向后台程序发送,后台程序分析数据后,再向插件发送命令,进行相关操作:突出显示相关内容、填写页面表单等。-BHO VB 示 源 搿?IE页 荩 选台 停 台 莺 睿?夭 突 示 荨 写页 取
- 2022-04-07 06:15:13下载
- 积分:1
-
一个离线浏览器,也相当于一个代理服务器
一个离线浏览器,也相当于一个代理服务器 -An offline browse, equivalent to a proxy
- 2022-02-02 14:53:47下载
- 积分:1