-
这是从CSDN上下载的关于显示系统时间的小程序,相信对初学者有很大帮助。...
这是从CSDN上下载的关于显示系统时间的小程序,相信对初学者有很大帮助。-This is from the CSDN download time on the display system of small programs, I believe are very helpful for beginners.
- 2022-04-13 02:18:12下载
- 积分:1
-
DelphiExpert 设置专家 安装 定制 环境
DelphiExpert 设置专家 安装 定制 环境-DelphiExpert experts set up to install Customization
- 2023-02-20 19:10:03下载
- 积分:1
-
关于如何锁住键盘和鼠标
钩子实际上是一个处理消息的程序段,通过系统调用,把它挂入系统。每当特定的消息发出,在没有到达目的窗口前,钩子程序就先捕获该消息,亦即钩子函数先得到控制权。这时钩子函数即可以加工处理(改变)该消息,也可以不作处理而继续传递该消息,还可以强制结束消息的传递。对每种类型的钩子由系统来维护一个钩子链,最近安装的钩子放在链的开始,而最先安装的钩子放在最后,也就是后加入的先获得控制权。要实现Win32的系统钩子,必须调用SDK中的API函数SetWindowsHookEx来安装这个钩子函数,这个函数的原型是HHOOK SetWindowsHookEx(int idHook,HOOKPROC lpfn,HINSTANCE hMod,DWORD dwThreadId);,其中,第一个参数是钩子的类型;第二个参数是钩子函数的地址;第三个参数是包含钩子函数的模块句柄;第四个参数指定监视的线程。
- 2022-02-24 11:14:29下载
- 积分:1
-
coding used to a certain scope of the unified mobile text of the letter coding s...
用于将某一编码范围的文字统一移动,对文字编码研究的人员非常有用-coding used to a certain scope of the unified mobile text of the letter coding staff very useful
- 2022-05-31 09:50:53下载
- 积分:1
-
演示如何执行JavaScript和VBScript
演示如何执行JavaScript和VBScript-demonstrate how to implement JavaScript and VBScript
- 2023-07-05 06:00:03下载
- 积分:1
-
好的系统托托盘显示类
好的系统托托盘显示类-good system Toto-type show
- 2022-06-11 12:55:53下载
- 积分:1
-
在应用层查看WINDOWS系统对象,实现类似于WINOBJ的功能
在应用层查看WINDOWS系统对象,实现类似于WINOBJ的功能-At the application layer view the WINDOWS system objects to achieve similar functionality WINOBJ
- 2023-02-16 09:55:03下载
- 积分:1
-
一个硬盘文件检索的例子,非常好
一个硬盘文件检索的例子,非常好--A example of searching files of hard disk, it is very good
- 2023-05-14 02:45:03下载
- 积分:1
-
计算机操作系统中的页面置换算法源程序,包括fifo,lru,opt等,用vc编写...
计算机操作系统中的页面置换算法源程序,包括fifo,lru,opt等,用vc编写-computer operating system replacement pages algorithm source code, including fifo, lru, opt. prepared using vc
- 2022-02-03 15:12:43下载
- 积分:1
-
FASM is a compilation of x86 compiler support win32 and Linux platforms, support...
fasm是一个x86的汇编编译器,支持win32和linux平台,支持多种文件格式输出,包括纯二进制-FASM is a compilation of x86 compiler support win32 and Linux platforms, support for multiple output file formats, including pure binary
- 2023-04-09 22:15:04下载
- 积分:1