-
一个使用CJ60的小型浏览器的例子
一个使用CJ60的小型浏览器的例子-A small-scale use of CJ60 browser example
- 2022-08-12 23:13:25下载
- 积分:1
-
使用VC自己构建IE浏览器,可前进,后退,刷新,跳转
使用VC自己构建IE浏览器,可前进,后退,刷新,跳转-use VC to realize you own IE browser
- 2022-03-25 06:29:20下载
- 积分:1
-
a simple browser source code
一个简易的浏览器的源代码-a simple browser source code
- 2023-06-22 11: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
-
HTML编辑程序
HTML编辑程序-HTML editor
- 2022-03-24 03:07:39下载
- 积分:1
-
使用一个用一个的源程序的源程序,功能简单,功能简单,但可以做..
一个使用VC实现的URL检查的程序源码,功能虽然简单,但是却能够对URL的使用起到启发作用,有一定价值!-use of a VC URL source inspection procedures, functions simple, but to be able to use the URL inspired play, a certain value!
- 2022-02-13 17:56:50下载
- 积分:1
-
用正则表达式作校验
用正则表达式作校验-Regular expressions are used for calibration
- 2022-11-08 14:25:03下载
- 积分:1
-
相当简单的浏览器,可以查看网页源代码,能够保存
相当简单的浏览器,可以查看网页源代码,能够保存-Relatively simple browser, you can view the page source code, to preserve
- 2022-07-28 15:23:08下载
- 积分:1
-
IE地址过滤程序源码
IE地址过滤程序源码-IE source address filtering programs
- 2022-04-26 22:35:02下载
- 积分:1
-
实现自己的浏览器
实现自己的浏览器-realize their browser
- 2023-07-15 01:55:03下载
- 积分:1