搜索资源列表
解析url或者本地文件html页面类
- 解析url或者本地文件html页面类。如可以通过如下的方式获取html页面的元素: // Create DOM from URL or file $html = file_get_html('http://www.google.com/'); // Find all images foreach($html->find('img') as $element) echo $element->src . ''; // Find all links fo
IE7多页面浏览器控件源代码.rar
- 一个仿IE7.0多页面浏览器控件的经典源码。,An imitation IE7.0 browser multi-page classic source control.
IE7TABControl
- 一款VB写的IE7多页面浏览器控件源代码,相当不错的,还有一点不太完善,就是选项卡太多时,总宽度超过控件宽度时,没法看到后面的选项卡,还有就是直接在选项卡上应该要有个添加按钮,我想这些都很简单了,很容易实现的。有兴趣的朋友不妨拿去研究一下。-VB wrote a multi-page browser IE7 control source code, quite good, there is one point less than perfect, that is, when the tab to
39_sexplorer
- 以ie浏览器为内核的网页浏览器,支持多页面浏览-Ie in the browser for the core web browser, supports multi-page views
IE
- 一款VB写的多页面浏览器,目前还有一点小问题没有解决(就是选项卡有问题,正在解决中)其它都还不错,想写浏览器的朋友不妨拿去参考一下!-VB to write a multi-page browser, there are still a small problem is not resolved (tab is there is a problem being addressed) Other are still good friends to write browser may wish to
mutilbrowser
- 简单的多页面浏览器程序,使用VB开发,供初学者学习使用-Easy multi-page browser, the use of VB development, learning to use for beginners
browser
- 一个利用WEBBOWSER控件编写的浏览器,利用SSTAB控件作为多页面载体-WEBBOWSER control the use of the preparation of a browser, the use of multi-page SSTAB vector control
完全仿照IE7风格的多页面浏览器
- 完全仿照IE7风格的多页面浏览器,使用了PNG格式的图片,使用了GDI+技术!-Fully modeled IE7-style multi-page browser, use the PNG image format, use the GDI+ technology!
IEContextMenu
- 此程序所实现之功能只是多页面浏览器(Expedition.net)的一小部分-List IE ContextMenu for flash
MyWebIE
- visual c# 制作的多页面浏览器源码 visual c# 2005下编写-visual c# create the multi-page browser source code visual c# 2005, prepared
FastInter2
- 一个VB写的多页面浏览器,
delphibrowser
- 多页面浏览器,适合学习之用,做适当修改后可以用于商业-useful for learning
browserpage
- 多页面浏览器源码和控件,非常有参考价值。-Multi-source and control the browser page, very good reference.
liulanqi
- 唯美多页面浏览器源码,用易语言编写的,虽然功能不多,但新手可以参考-Beautiful multi-page browser source code, written in easy language to use, although the function of small, but the novice can refer to. .
ERP
- 车辆出入库管理系统,动态生成窗体,多页面集成界面-Vehicles out of storage management systems, dynamic generation of forms, and more integrated interface of the page
20102221215310
- l_e多页面浏览器(1.4.136)源码 2007-2-12 其实此为0.5preview的版本,但有还没做到预期希望完成的功能,还差些吧,于是还叫1.4, 本来是暂时不想放出来的,想把未完成的都完成了再放出来,但最近也懒了,还是先把这个放出来吧, 修改的东西比较多,特别是插件部分的代码,详细还是看devlog.txt吧 -l_e multi-page browser (1.4.136) Source 2007-2-12 fact, this is 0.5preview vers
spreadsheet
- 基于QT开发的多页面浏览器,非常实用的QT源程序,可以参考,供大家使用(QT based on the development of multi-page browser, very useful QT source, you can refer to, for everyone to use)
多页浏览器源码
- 易语言多页浏览器源码,可以像360一样 实现多页面浏览(Easy language multi page browser source code, you can like 360 to achieve multi page browsing)
test
- 多页面浏览器,VB源码,,,,,,,....(Multi page browser...............)
VB 多标签多页面web浏览器
- VB 多标签多页面web浏览器,基于微软IE内核,功能比较简单,主要是演示多标签切换效果。每个标签可独立打开网页。