搜索资源列表
小树浏览器
- 这是一个用vc编写的的一个浏览器,可以实现正常的网页的搜索功能,包括了源码和执行文件。无需解压密码-vc prepared with a browser, you can achieve normal web search features, including source code and implementation of the document. Without extracting passwords
Html风格的文件浏览器
- 一种用VC++开发的具有Html风格的文件浏览器,非常好用-A VC with Html style file browser, very handy
浏览器实现程序界面
- 浏览器实现程序界面,在HTM文件中加入一些组件后,用Delphi程序实现对它们的控制操作。-browser interface procedures to achieve the HTM document adding some components, Delphi program to control their operation.
利用Visual C++设计自己的资源浏览器
- Windows的资源管理器想必大家都用过,该程序的窗口一分为二,左边的窗口显示本机当前所有驱动器以及驱动器中的所有文件夹,当用户单击文件夹后,如果该文件夹下面还有子文件夹,则上层文件夹展开显示下级的文件夹;否则,右边的窗口显示选择文件夹下的文件。那么这个程序是如何实现的呢?为了说明这个问题,本实例打造了一个简易的资源管理器,它实现了Windows资源管理器的主要功能,在显示文件的属性(如文件的文件名、文件的大小、文件的创建时间)的同时,还可以改变文件显示的方式,如大小图标方式、列表方式等。对于V
SwfUploadDemo.rar
- SWFUpload是一个客户端文件上传工具,最初由Vinterwebb.se开发,它通过整合Flash与Javascr ipt技术为WEB开发者提供了一个具有丰富功能继而超越传统<input type="file" />标签的文件上传模式。 SWFUpload的主要特点 * 可以同时上传多个文件; * 类似AJAX的无刷新上传; * 可以显示上传进度; * 良好的浏览器兼容性; * 兼容其他Javascr ipt库 (例如:jQuery, Prototype等); *
htmlviwerkeep
- html文件浏览器,可以查看html源码及效果显示,内包含可执行程序-html file browser, can view the html source and effects show, which contains an executable program
MyExplorer
- vb.net 文件浏览器 开发平台Microsoft Visual Studio 2005-vb.net file browser development platform for Microsoft Visual Studio 2005
swfBrowers
- swf文件浏览器。选择目录后,能多窗口浏览swf文件内容。-swf file browser. Select the directory, can multi-window browser swf file contents.
Source
- 看了杨老师的《COM 组件设计与应用(一)》,自己做了一个简单的复合文件浏览器。Visual Studio 6.0中有一个,全路径位置为$\Microsoft Visual Studio\Common\Tools\ DFVIEW.EXE,但不知为何Visual Studio 6.0之后的VS都没了这个工具。VS 6.0的DFVIEW.EXE有一个严重弊端,就是不能打开中文路径下的复合文件。自己做的这个能支持中文路径。-Yang looked at the " COM component
OfflineBrowser_demo
- 一个不错的使用IE内核的浏览器程序。可以控制下载文件的类型,可以显示状态。- A good use IE essence browser procedure. May control the downloading document the type, may demonstrate the condition.
filebrw
- 文件浏览器源代码 这是一个可以浏览计算机文件的浏览器-File Browser This is a source code can browse computer files browser
WebScan
- 一个基于bho开发的插件,可以实现读取数据库中的url进行自动导航,基于浏览器所提供的各种事件接口进行处理!比如导航完成,有文件下载等。-BHO based on the development of plug-ins, you can read the database to achieve the url for automatic navigation, the browser-based interface provided by a variety of events to deal
FileBrowser
- 基于手机的文件浏览器,方便的浏览手机中所存在的文件信息,并且拥有编辑功能。-Phone-based file browser, a convenient mobile browsing of the existence of the file information, and has editing functions.
codelockv2-15daytrial
- PHP文件浏览器,可浏览更改PHP文件,操作简单-PHP File Browser, please visit the PHP files to change, simple operation
GreenBrowser-VC-source
- greendown的VC源代码,完整的工程文件,包含所有的源文件。 GreenBrowser&MyIE是一个强大正流行的浏览器。-GreenBrowser&MyIE Source Open Project Protocol. GreenBrowser have many features, but some features made GreenBrower be overstaffed and inefficient, so we want to make a compact vers
WebBrowse1r
- Visual Basic 6.0 l 写的一个文件浏览器 可以开发更多的功能-Visual Basic 6.0 l explorer
IEduokai11
- VB做的一个以IE为内核的浏览器,一个朋友做的.可以实现多开,多进程.副源码,程序运行在桌面临时文件件建立一个副目录,有杀毒可能误报病毒,请放心运行,如果实在担心,请您利马删除,谢谢.-sorry,i downtown E
MyFileBrowse
- 功能比较全的S60 3rd文件浏览器,包括打开、返回、编辑、详情、标识等等文件基本操作-Full-feature comparison of the S60 3rd file browser, including the open, back, edit, details, logo, and so the basic operation file
File-Browser
- 文件浏览器。自己写的小程序。有文件栏。带有打开,关闭等简单功能的按钮。-File Browser
JAVA 浏览器
- 1. 使用Java语言进行编程; 2. 具有可视化的GUI图形界面,能够直观的进行显示; 3. 自己开发的MiniIE客户端软件,能够解析自己定义的MiniHTML,进行页面的显示(使用JDIC); 4. 自己开发的MiniApache服务器软件,能够使用多线程接受多个客户端的多次连接,返回MiniHTML代码;并且具有日志功能,能够记录每次连接的客户端IP和接入时间; 特色附加功能: 1. 支持HTML的排版标签,如<table>、<td>、<tr>