-
电子粉笔(VC++源码)。
通过使用全局钩子技术而实现,是我本人纯手工打造,
值得参考和借鉴。
该程序主要是为我本人在电脑投影演
示教学辅助画...
电子粉笔(VC++源码)。
通过使用全局钩子技术而实现,是我本人纯手工打造,
值得参考和借鉴。
该程序主要是为我本人在电脑投影演
示教学辅助画线使用的,就像老师在黑板上对某一句要
强调时去用粉笔在字下画一条线
- 2022-01-25 17:13:37下载
- 积分:1
-
还原精灵密码读取的程序用VC++实现 实现很简单
还原精灵密码读取的程序用VC++实现 实现很简单-NertRG password to read the procedures used to achieve VC very simple
- 2023-08-29 15:15:04下载
- 积分:1
-
用HOOK的方式将你的窗口句柄加入到ClipboardChain中,并在剪贴板上的数据改变时将回调你的函数处理。...
用HOOK的方式将你的窗口句柄加入到ClipboardChain中,并在剪贴板上的数据改变时将回调你的函数处理。 -used in the way you handle a window into ClipboardChain, and clipboard data on the changes in the callback function to deal with you.
- 2022-03-07 19:48:48下载
- 积分:1
-
vc获取键盘状态函数介绍,判断各键是否按下,各个键的键值
vc获取键盘状态函数介绍,判断各键是否按下,各个键的键值-vc introduced to obtain the keyboard state function to determine whether the key pressed, all keys keys
- 2022-02-02 21:44:09下载
- 积分:1
-
VB编红警2修改器, VB编红警2修改器
VB编红警2修改器, VB编红警2修改器-err
- 2023-01-13 07:00:04下载
- 积分:1
-
文件功能演示的监控,监控文件的修改,…
文件监视功能演示,监视文件是否改变,如名称、大小等-Document the functional demonstration of surveillance, monitoring file changes, such as name, size, etc.
- 2022-02-06 09:24:08下载
- 积分:1
-
键盘和鼠标钩子DLL源代码,可以显示在任何程序…
键盘鼠标钩子源代码,DLL,可以任何程序挂上就可以用,可用与记录键盘信息-keyboard and mouse hook source code, DLL, can be displayed on any procedure can be used, the available information and records keyboard
- 2022-01-26 17:03:38下载
- 积分:1
-
SRS : 1. Startup with Windows. 2. Support Windows 9x, 2000, XP 3. Count for key...
SRS: 1. startup with Windows. 2. support windows 9x, 2000, XP 3. count for key which can be specified by register. 4. count number recorded in an file which path can be specified by register. 5. single instance. 6. run background. 7. 在任何时候,按Alt+S 显示/隐藏对话框. 对话框的关闭按钮是“隐藏”的作用。 8. 在任何时候,先按Alt+X,在按Alt+P退出程序 9. 注册表中保存了如下数据: (1)cout - 当前计数 (2)total-count - 全部计数 (3)datafile - 游戏的数据文件路径和名称,默认为"d:MGAMESNETBARNETBARR.dll" (4)key - 要计数的按键 你可以修改注册表中的这些数据,程序重新启动后将使用这些数据。-SRS : 1. Startup with Windows. 2. Support Windows 9x, 2000, XP 3. Count for key which can be specified by register. 4. Count number recorded in an file which path can be specified by register. 5. Single instance . 6. run background. 7. at any time, by pressing Alt S Show/Hide dialog. dialog is the close button "hidden" role. 8. At any time, register Alt X, in accordance with Alt P exit 9. The registry contains the following information : (a) court-the current count (2) total-count-all count (3) datafile-game data file path
- 2022-02-02 09:37:27下载
- 积分:1
-
C# 鼠标 键盘 钩子
C#的鼠标键盘 钩子代码,可以hook到当前系统的鼠标和键盘输入,并对其键值进行修改和事件处理,这是从MSDN上找到的代码,非常给力~
- 2022-07-15 23:50:07下载
- 积分:1
-
全局鼠标键盘钩子
一个全局鼠标键盘钩子的示例,包含.dll文件和lib文件,基于VC6 MFC设计的
能够实现实时捕获鼠标当前屏幕的坐标位置,能够捕获绝大部分键盘单独按键,如需特殊键和组合键,还需要自己处理一下。
- 2022-10-08 17:05:03下载
- 积分:1