-
服务程序,制作服务程序的源代码
服务程序,制作服务程序的源代码-service procedures, services for the production of the source code
- 2022-03-03 00:47:59下载
- 积分:1
-
将vc.net的程序转化为vc6.0源代码
将vc.net的程序转化为vc6.0源代码-vc.net procedures will be converted into source code vc6.0
- 2023-08-30 13:35:04下载
- 积分:1
-
Automatic backup database code, there are certain functions, and can access the...
自动备份数据库代码,有一定的功能,并且可以访问数据库。-Automatic backup database code, there are certain functions, and can access the database.
- 2023-01-17 01:05:04下载
- 积分:1
-
关于如何锁住键盘和鼠标
钩子实际上是一个处理消息的程序段,通过系统调用,把它挂入系统。每当特定的消息发出,在没有到达目的窗口前,钩子程序就先捕获该消息,亦即钩子函数先得到控制权。这时钩子函数即可以加工处理(改变)该消息,也可以不作处理而继续传递该消息,还可以强制结束消息的传递。对每种类型的钩子由系统来维护一个钩子链,最近安装的钩子放在链的开始,而最先安装的钩子放在最后,也就是后加入的先获得控制权。要实现Win32的系统钩子,必须调用SDK中的API函数SetWindowsHookEx来安装这个钩子函数,这个函数的原型是HHOOK SetWindowsHookEx(int idHook,HOOKPROC lpfn,HINSTANCE hMod,DWORD dwThreadId);,其中,第一个参数是钩子的类型;第二个参数是钩子函数的地址;第三个参数是包含钩子函数的模块句柄;第四个参数指定监视的线程。
- 2022-02-24 11:14:29下载
- 积分:1
-
VC++ based on the keyboard hook to write a small program used to enumerate all c...
VC++基于键盘钩子写的一个小程序,用来枚举当前所有打开的窗口名称、标题、类名称等,并实施强制隐藏、显示所选窗口,内含键盘钩子的DLL源文件,测试文件编译后要和DLL文件存放在一个目录中。-VC++ based on the keyboard hook to write a small program used to enumerate all currently open windows name, title, class name, etc., and mandatory hide, show the selected window, containing the keyboard hook DLL source files, test file DLL files should be compiled and stored in a directory.
- 2022-03-21 13:05:29下载
- 积分:1
-
鼠标位置追踪的C++源码,VC++开发实现,测试通过
鼠标位置追踪的C++源码,VC++开发实现,测试通过-Mouse location tracking of C++ source code, VC++ development to achieve, the test
- 2022-01-21 00:13:48下载
- 积分:1
-
This is an extract registry procedures, it can tell you how to put the registry...
这是一个提取注册表的程序,它可以告诉你如何的把注册表的信息提取出来-This is an extract registry procedures, it can tell you how to put the registry information extracted
- 2022-06-11 20:19:43下载
- 积分:1
-
可扩展文件查找命令行。此工具为命令行程序,可以在指定的目录中按照文件名通配符、创建时间、最后访问时间、最后更新时间条件查找文件,并且将此文件名等信息作为参数提供...
可扩展文件查找命令行。此工具为命令行程序,可以在指定的目录中按照文件名通配符、创建时间、最后访问时间、最后更新时间条件查找文件,并且将此文件名等信息作为参数提供给其他程序处理。-Scalable file search command line. This tool is command-line program, you can specify the directory in accordance with the file name wildcard, create time, last access time, last updated document search terms, and this file name and other information provided as a parameter to other procedures.
- 2022-03-10 05:59:19下载
- 积分:1
-
BizTalk Orchestration: 事务、异常和调试
BizTalk Orchestration: 事务、异常和调试-BizTalk Orchestration : Services, abnormal and debug
- 2023-08-21 07:45:04下载
- 积分:1
-
MDI窗体的打开,可以使一个窗体永远置于最前,一个窗体置于后面作为背景,本人花了好久才试出来的。...
MDI窗体的打开,可以使一个窗体永远置于最前,一个窗体置于后面作为背景,本人花了好久才试出来的。-the MDI windows open, so that one can always put the most Form ago, a window at the back as the background, I spent a long time before the trial.
- 2023-09-07 02:05:03下载
- 积分:1