资源列表
google搜索的源代码
- 用来搜索学生情况的代码 根据学生学号就行了-source code for search students information,entering student s ID is enough.
Visual C++ 6 24学时学习教程
- Visual C++ 6 24学时学习教程-VC++ 6.0 24 hour study.
StayOnTop
- 这是用Borland C++ Builder 6.0写成的一个小工具,功能是枚举当前桌面上所有可见的顶层(top-level)窗口,并可将窗口设置为StayOnTop,或将本来已经StayOnTop的窗口还原为非StayOnTop。-Enumerate all the window that Stay On Top, and can set a window to Stay On Top, or set a Stay On Top window to not Stay On Top.
20050718_HookMouse
- 一个简单的鼠标钩子程序 钩子是Windows系统中非常重要的系统接口,用它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以实现的功能。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,外壳钩子可以截取、启动和关闭应用程序的消息等。-A simple mouse hook.
window下的小时钟
- 可以从中学一学最基础的SDK开发,就是window下的一个小时钟-A clock program written by SDK
Internet对时程序
- 本人使用WIN2000,一直以为开着系统服务 Windows Time 就能自动实现系统对时。 哪知道前两天一对时,发现快了1分钟,天,我上下班打卡可是直接与经济利益挂钩的。 真不知道这玩意是不是仅用来浪费系统资源的。一气之下,自己花点时间写了个对时程 序,嗯,不错,挺好用,这下安心了,另外那个对时的垃圾服务也可以关掉了-A clock program that correct the time from Internet.
右键关机
- 右键关机的详细源码 用VC实现鼠标的右键关机-Shutdown windows by click right mouse button
gfxres
- 潜入史系统中的图形库,资源加载的C程序, 非常使用-Graph library(load graph resources) of Embedded system, C source code
spy1
- 用于监视Windows所有窗口的程序,程序简洁实用,特好!-Spy all the window in Windows.
MyDraw绘图软件
- 画图软件代码 内含2个软件。一个是1。0 另一个是2。0用。net编译-Program source code of drawing graph in Windows, compile with VS.NET.
ASP.NET培训Slides
- 主要介绍ASP的结构,对于初学者而言不识为一本好书。-Describe the struct of ASP.NET, it a good reference for beginner of ASP.
遍历硬盘
- 该程序可以遍历本机硬盘内容,包括隐藏内容,准确快速!-List all the files and directories on the hard disk, include hided items.