CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - feature
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
GUI Develop
Windows Kernel
WinSock-NDIS
Driver Develop
ADO-ODBC
GDI-Bitmap
CSharp
.net
Multimedia Develop
Communication
Shell api
ActiveX/DCOM/ATL
IME Develop
ISAPI-IE
Hook api
Screen saver
DirextX
Process-Thread
Console
File Operate
Printing program
Multi Monitor
DNA
Other
Search - feature - List
[
ISAPI-IE
]
BhoPlugin
DL : 0
用ATL+BHO编写的一个IE插件,可简单实现禁止浏览黄色网站的功能-With ATL+ BHO prepared an IE plug-in, can simply browse to achieve a ban on pornographic websites feature
Date
: 2026-01-10
Size
: 2.16mb
User
:
yuleyi
[
ISAPI-IE
]
IE
DL : 0
功能特点 本文要制作的浏览器程序具有如下功能: ● 自动播号功能; ● 具有前进、后退、停止、刷新、搜索等功能,还可以选用自己喜欢的工具图标,定制个性化界面; ● 自动网站网址记录备份功能; ● 隔离不良网站功能。 -Features of this paper produced by the browser program with the following features: ● Auto-ID feature broadcast ● has a forward, backward, stop, refresh, search and other functions, you can also use your favorite tool for icons, customized interface ● Auto Site website and backup ● isolate bad site functionality.
Date
: 2026-01-10
Size
: 5kb
User
:
wendy
[
ISAPI-IE
]
Limit_refresh
DL : 0
《菜干ASP.NET防刷新控件》用于防止用户向页面后台提交表单等数据后,误操作刷新页面导致数据重复提交,能应用与C#.net的winform或webform,只需要简单的引用就可避免编写大量的语句来实现该功能。 引用步骤: 1、打开项目 → 引用 → 添加引用 → 浏览 → 找到Limit_refresh.dll确定 2、打开需要使用防刷新功能的cs页面,将System.Web.UI.Page改为Limit_refresh.BasePage,并在有postback的地方(例如提交按钮)使用if (IsRefresh)..... -" Anti-refresh dry vegetables ASP.NET controls" is used to prevent users submit the form to the page such as background data, the misuse refresh the page lead to duplication of data submission, can be applied with C#. Net for winform or webform, only need a simple reference to the can avoid the preparation of a large number of statements to implement this feature. Reference steps: 1, open the project → Reference → Add Reference → View → find Limit_refresh.dll identified two, open the need to use anti-refresh function of the cs page, System.Web.UI.Page instead Limit_refresh.BasePage, and, if postback (for example, the submit button) Use if (IsRefresh ).....
Date
: 2026-01-10
Size
: 12kb
User
:
付泊
[
ISAPI-IE
]
collect
DL : 0
简易采集爬虫 # 1.我只做了一个收集url的功能,如果需要将数据入库,可在 parseData 函数里面写处理代码 # 2.需要sqlite3或者pysqlite支持 # 3.可以在DreamHost.com空间上面运行 # 4.可以修改User-Agent冒充搜索引擎蜘蛛 # 5.可以设置暂停的时间,控制采集速度-Simple collection reptiles# 1. I only went for a collection of url feature, if you need the data storage, you can write parseData handling code inside a function# 2. Need to sqlite3 or pysqlite support# 3. DreamHost.com space to run in# 4. can modify the User-Agent posing as search engine spiders# 5. you can set the pause time, control of acquisition speed
Date
: 2026-01-10
Size
: 3kb
User
:
付泊
[
ISAPI-IE
]
IEButton
DL : 0
VC++在IE工具栏中加入一个图标,不懂的朋友可以下载这个示例程序,你会从中学到方法,现在的不少软件像迅雷、MSN、网际快车等,在安装完成后都会在IE的工具栏中加入一个图标,以方便用户使用软件,其实这种功能不赞成使用,如果每个人都把自己的软件添加这么一个功能,那IE的工具栏岂不是太热闹了? -VC++ to add a toolbar in the IE icon, but not the friends can download the sample program, you will learn methods, and now many software like the Thunder, MSN, Flashget, etc., will, after completion of the installation tool in IE column by adding an icon, a user use the software, in fact, this feature is deprecated, if everyone gives to their software to add such a feature, IE toolbar that it not be too lively?
Date
: 2026-01-10
Size
: 21kb
User
:
madud00079
[
ISAPI-IE
]
MyProject
DL : 0
IE的收藏夹功能,能够实现收藏夹的删除,输入正确URL能够实现添加-IE' s Favorites feature, enables favorites delete, enter the correct URL can be added to achieve
Date
: 2026-01-10
Size
: 50kb
User
:
yang long
[
ISAPI-IE
]
1
DL : 0
VC 调用IE的网址导入和导出功能 收藏夹功能-VC call IE' s address import and export functions Favorites feature
Date
: 2026-01-10
Size
: 215kb
User
:
齐帅
[
ISAPI-IE
]
VB_Collection
DL : 0
这是一个用VB编写的采集网站各类信息的源代码。特点是能够批量采集网站,界面和代码俱佳,值得新手学习参考!-This is a collection site information of all kinds of source code written in VB. Feature is the ability to batch capture superb website, interface and code, it is worth the novice to learn reference.
Date
: 2026-01-10
Size
: 72kb
User
:
xwy666
[
ISAPI-IE
]
get-pass
DL : 0
本人是在家中上网,经常有一些BBS的密码懒得记了,就用IE的自动密码保存功能,这样一来是方便了,但却有一个麻烦,一旦机子不行了,想要重装操作系统了,这些密码却也取不出了,还得重新申请,好麻烦!因此我就写了一个工具,可以取得网页密码框的密码. 因为网页密码框不是一般的EDIT控件,因此不能取得网页密码框的句柄.要实现这个功能,只好通过WebBrowser控件的有关COM接口了.因此取得这些接口是整个程序的关键.有两种方法可以取得WebBrowser控件的接口,接下来我们会逐一介绍,并提供示例源代码供大家参考。-Internet at home, often the BBS password too lazy to remember to use IE' s automatic password save feature, so that is convenient, but there is a trouble, once the machine is to die, you want to reinstall the operating system , these passwords can also take not have to re-apply, good trouble so I wrote a tool that can get the web password box password web password box is not an ordinary EDIT control and therefore can not obtain the page password box handle. To achieve this, had about COM interfaces through the WebBrowser control. Therefore, to obtain these interfaces is the key to the whole program. There are two ways to obtain the interface of the WebBrowser control, then we will go through, and provide sample source The code for your reference.
Date
: 2026-01-10
Size
: 4kb
User
:
wxg
[
ISAPI-IE
]
Multi-threaded-HTTP
DL : 0
多线程—断点续传,我做了一个简单的Http多线程的下载程序,来讨论一下多线程并发下载以及断点续传的问题。 这个程序的功能,就是可以分多个线程从目标地址上下载数据,每个线程负责下载一部分,并可以支持断点续传和超时重连。 -Multi-threaded- HTTP, I made a simple multi-threaded download Http to discuss the multi-threaded concurrent downloads and HTTP issues. Feature of this program is can be divided into multiple threads to download data from the destination address, each thread is responsible for download as part of, and can support HTTP and overtime reconnect.
Date
: 2026-01-10
Size
: 39kb
User
:
毕文伟
[
ISAPI-IE
]
brwo_relizse
DL : 0
VC实现浏览器功能,并且根据用户填写的信息自动填入网页表单中,实现自动化表单填入功能-VC browser and automatically fill in a web form users fill in the information, automatic form fill feature
Date
: 2026-01-10
Size
: 62kb
User
:
fsdfa
[
ISAPI-IE
]
scan
DL : 0
PhpCms木马扫描器是独立运行程序,可用于任何PHP程序(其他程序在正确设置特征函数和特征代码后也可使用)木马扫描-PhpCms Trojan scanner is a standalone program, can be used in any PHP program (other programs can be used in the correct settings characteristic function and feature code) Trojan scan
Date
: 2026-01-10
Size
: 24kb
User
:
lzj
[
ISAPI-IE
]
IPCameraDemo
DL : 0
利用VS2008 C#实现多个Web Service,其中最重要的是实现摄像头SnapShot功能。-Use VS2008 C# implement multiple Web Service, one of the most important is realizing camera SnapShot feature.
Date
: 2026-01-10
Size
: 45kb
User
:
qiuxiaorong
[
ISAPI-IE
]
gov_v3.6_build0618
DL : 0
一套专为地方政府建站开发的政府网站管理系统 新闻发布、删除新闻、修改新闻、管理新闻、上传新闻图片。全新版本,这套系统,集成了广告图片、广告文字、系统前台自动生成解决了修改的方便。 升级更新: 1、后台升级了删除类别同时可以删除本类别里的所有信息功能 2、升级了后台美工 3、修复了后台以前错误的链接 4、修复了后台新闻搜索查找功能更加精确 5、前台更新了相关页面的调用数据。-Build a set designed for the local government website management system developed by the government press releases, press delete, modify, news, management news, upload news photos. The new version of the system that integrates advertising images, ad text, the system automatically generates solved foreground modify convenience. Upgrade update: 1, the background while upgrading to delete category can delete all of the information in this category function 2, the upgrade of the background art 3, fixes backstage before the wrong link 4, fixes lookup feature backstage news search more precise 5, front Updates the relevant pages call the data.
Date
: 2026-01-10
Size
: 8.87mb
User
:
xyhs2010
[
ISAPI-IE
]
SDKUploadPic
DL : 0
实现Http协议中的get,完成协议的功能 使您更好的了解协议-Realize Http protocol get, complete protocol feature allows you to better understand protocol
Date
: 2026-01-10
Size
: 73kb
User
:
小布
[
ISAPI-IE
]
databaseforIEfavorites
DL : 0
用数据库实现的浏览器的收藏夹功能的vc源代码。-Favorites feature to achieve with the database source code
Date
: 2026-01-10
Size
: 40kb
User
:
心灵的港湾
[
ISAPI-IE
]
picupload_res
DL : 0
此程序代码实现了图片上传功能,如果需要这个功能,将这个包导进去就可以了-This code implements image upload feature, if you need this feature, this package can be guided into
Date
: 2026-01-10
Size
: 108kb
User
:
沙辉
[
ISAPI-IE
]
tinymce_v3.5.11
DL : 0
TinyMCE是一个轻量级的基于浏览器的所见即所得编辑器,支持目前流行的各种浏览器,采用JavaScript/ECMAScript开发,主要特性包括主题/模板支持,多语言支持(包括简体中文),支持通过插件的方式进行扩展。功能配置灵活简单(两行代码就可以将编辑器嵌入网页中),支持AJAX。另一特点是加载速度非常快,如果你的服务器采用的脚本语言是 PHP,那还可以进一步优化。最重要的是,TinyMCE是一个根据LGPL license发布的自由软件,你可以把它用于商业应用。-TinyMCE is a lightweight browser-based WYSIWYG editor that supports a variety of popular browsers, using JavaScript/ECMAScript development, the main features include theme/template support, multi-language support (including Simplified Chinese), support be extended by way of plug-ins. Flexible configuration function (two lines of code can be embedded in a Web page editor), support for AJAX. Another feature is to load very fast scripting language if your server uses PHP, it can be further optimized. Most importantly, TinyMCE is an LGPL license issued in accordance with the free software, you can use it for commercial applications.
Date
: 2026-01-10
Size
: 817kb
User
:
张承志
[
ISAPI-IE
]
soapC
DL : 0
通过gsoap生成的CPP,通过其中调用代理类中的方法从而实现VC与网页交互的Web Service功能。-Generated by gsoap CPP, through which the calling proxy class methods to achieve VC and Web Service feature pages interactive.
Date
: 2026-01-10
Size
: 31kb
User
:
易正宏
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.