-
Windows研究内核
Windows Research Kernel
download Here
- 2022-02-05 23:03:42下载
- 积分:1
-
线程计时器,与TTimer功能相同,能够完成定时操作的功能
线程计时器,与TTimer功能相同,能够完成定时操作的功能-Thread timer, and TTimer same function
- 2022-10-13 05:15:03下载
- 积分:1
-
使用VC编写的一个桌面数字时钟,界面很好,使用的是数字式的显示。每次打开软件的时候都会自动选择另外一个图片做背景。...
使用VC编写的一个桌面数字时钟,界面很好,使用的是数字式的显示。每次打开软件的时候都会自动选择另外一个图片做背景。-VC prepared using a desktop digital clock, interface well, using a digital display. Every time you open the software will automatically choose another time to do a background image.
- 2022-02-13 04:52:34下载
- 积分:1
-
关于如何锁住键盘和鼠标
钩子实际上是一个处理消息的程序段,通过系统调用,把它挂入系统。每当特定的消息发出,在没有到达目的窗口前,钩子程序就先捕获该消息,亦即钩子函数先得到控制权。这时钩子函数即可以加工处理(改变)该消息,也可以不作处理而继续传递该消息,还可以强制结束消息的传递。对每种类型的钩子由系统来维护一个钩子链,最近安装的钩子放在链的开始,而最先安装的钩子放在最后,也就是后加入的先获得控制权。要实现Win32的系统钩子,必须调用SDK中的API函数SetWindowsHookEx来安装这个钩子函数,这个函数的原型是HHOOK SetWindowsHookEx(int idHook,HOOKPROC lpfn,HINSTANCE hMod,DWORD dwThreadId);,其中,第一个参数是钩子的类型;第二个参数是钩子函数的地址;第三个参数是包含钩子函数的模块句柄;第四个参数指定监视的线程。
- 2022-02-24 11:14:29下载
- 积分:1
-
这是一个lisp程序,主要实现lisp里面的递归调用.和trace功能
这是一个lisp程序,主要实现lisp里面的递归调用.和trace功能-This is a lisp procedures main lisp inside the recursive call. And the trace function
- 2023-05-08 11:00:03下载
- 积分:1
-
简单的东西,相当简单,注册表
简单的东西,相当简单,注册表-Canals and other cavity in Western frontier, gaze intently twisted Canals, etc. Note chat barrels
- 2023-02-21 04:10:03下载
- 积分:1
-
这是一个在屏幕上跟踪鼠标手势的实现代码,Delphi/C++ Builder 2010开始支持手势,可以方便的设置相关的属性和方法,但是却未提供对终端用户可视化...
这是一个在屏幕上跟踪鼠标手势的实现代码,Delphi/C++ Builder 2010开始支持手势,可以方便的设置相关的属性和方法,但是却未提供对终端用户可视化的组件或方法,这个东西就是试图弥补这一问题的一个简单的解决方法。要使用手势跟踪,只需要简单的将gesturetracker.pas加入你的Delphi/C++ Builder项目即可。你可以通过全局变量GlobalGestureTracker来调整相关参数。-This is a mouse gestures on the screen to track the realization of the code, Delphi/C++ Builder 2010 began supporting gestures, you can easily set the associated properties and methods, but failed to provide end-user visualization components or methods, this thing is an attempt to remedy this problem a simple solution. To use the gesture tracking, will be gesturetracker.pas simply adding to your Delphi/C++ Builder project can be. GlobalGestureTracker global variable you can adjust the relevant parameters.
- 2022-03-22 04:12:13下载
- 积分:1
-
diskid32.dll V2.00,解决各类问题1
DISKID32.dll V2.00,修正了1.0的各种问题-DISKID32.dll V2.00, fixes various problems 1.0
- 2022-01-28 04:52:59下载
- 积分:1
-
vc的一些调试技术,对于急于提高vc开发水平的有很大的帮助
vc的一些调试技术,对于急于提高vc开发水平的有很大的帮助 -vc some debugging technology for the development of a hurry to raise the level of vc very helpful
- 2022-07-28 04:16:48下载
- 积分:1
-
windows shell programming
windows shell programming-demonstrate the function of shell extension
- 2022-06-20 15:08:04下载
- 积分:1