-
关于如何锁住键盘和鼠标
钩子实际上是一个处理消息的程序段,通过系统调用,把它挂入系统。每当特定的消息发出,在没有到达目的窗口前,钩子程序就先捕获该消息,亦即钩子函数先得到控制权。这时钩子函数即可以加工处理(改变)该消息,也可以不作处理而继续传递该消息,还可以强制结束消息的传递。对每种类型的钩子由系统来维护一个钩子链,最近安装的钩子放在链的开始,而最先安装的钩子放在最后,也就是后加入的先获得控制权。要实现Win32的系统钩子,必须调用SDK中的API函数SetWindowsHookEx来安装这个钩子函数,这个函数的原型是HHOOK SetWindowsHookEx(int idHook,HOOKPROC lpfn,HINSTANCE hMod,DWORD dwThreadId);,其中,第一个参数是钩子的类型;第二个参数是钩子函数的地址;第三个参数是包含钩子函数的模块句柄;第四个参数指定监视的线程。
- 2022-02-24 11:14:29下载
- 积分:1
-
此代码主要根据自己设计的一套编码规则,在VC环境学下模拟cpu的运行过程...
此代码主要根据自己设计的一套编码规则,在VC环境学下模拟cpu的运行过程- simulate runing of cpu
- 2022-03-21 04:45:39下载
- 积分:1
-
Mytob.BSNotes procedure for the adoption of the program can understand some rele...
定时关机程序,通过该程序可以了解一些相关的东西.适合新手.-Mytob.BSNotes procedure for the adoption of the program can understand some relevant things. For newcomers.
- 2022-05-21 09:36:19下载
- 积分:1
-
C++7.0程序,监控应用程序是否正常运行,定时器可以设置到毫秒级。...
C++7.0程序,监控应用程序是否正常运行,定时器可以设置到毫秒级。-procedures, monitoring applications normal operation, the timer can be set millisecond.
- 2022-06-20 07:01:43下载
- 积分:1
-
shows the current curve, a very special yo. Look at the open, can not be said to...
电流显示的曲线,很特别的哟。打开看看,受益不能说是匪浅,但是还是有许多的。-shows the current curve, a very special yo. Look at the open, can not be said to benefit a great deal, but still there are many.
- 2022-05-22 01:37:24下载
- 积分:1
-
我接触DLL的时间也不长,对DLL的了解也不是很深,在这里以一个简单的例子说明一下应用程序与DLL是如何工作的,希望给初学者一些帮助。文章附有源码,以编译通过。...
我接触DLL的时间也不长,对DLL的了解也不是很深,在这里以一个简单的例子说明一下应用程序与DLL是如何工作的,希望给初学者一些帮助。文章附有源码,以编译通过。-I contacted the time is not long, right DLL understanding is not very deep here in a simple examples to illustrate what applications and how the DLL is working, and hopes to give some help beginners. Articles with source code to compile.
- 2022-12-31 05:20:04下载
- 积分:1
-
在我的系统设置软件“系统飞狐”中,应用到一个获取系统信息的源代码 ,在VC++中经过巧妙转换应用到我的软件中,取得了良好的效果,也许很多人都见过这个简单的获取系...
在我的系统设置软件“系统飞狐”中,应用到一个获取系统信息的源代码 ,在VC++中经过巧妙转换应用到我的软件中,取得了良好的效果,也许很多人都见过这个简单的获取系统信息的类sysinfo,在系统飞狐中充分扩展了它的功能 。该类首先需要编译一个DLL文件然后再调用它根据需要生成我们自己的应用程序。-in my system setup software "flying fox system," the application access to an information system"s source code, the VC cleverly conversion applications to the software and achieved good results, perhaps many people have seen this simple access to the type of information system sysinfo, in the system were flying fox fully expanded its functions. Such first need to build a DLL file and then call it necessary to the formation of our own applications.
- 2022-04-23 16:17:06下载
- 积分:1
-
为自己做一个简单的代理客户端..我们可以作为参考。特别是套房…
自己做的一个简单的代理客户端程序..大家可以作为参考.特别适合一个刚学习C++的新手...感谢大家的支持-do for myself a simple agent client .. we can as a reference. Particularly suited to a study just C newbie ... thank you for your support
- 2022-03-03 08:03:08下载
- 积分:1
-
基于C++BUILDER环境,初学者很适用,代码简单易懂,对学习和借鉴有很大好处,可移植很强,我测试的版本是BCB60,Listbox自绘源代码...
基于C++BUILDER环境,初学者很适用,代码简单易懂,对学习和借鉴有很大好处,可移植很强,我测试的版本是BCB60,Listbox自绘源代码-Based on the C++ BUILDER environment is applicable for beginners, easy-to-understand code, and has a lot to learn from the benefits of highly portable, I tested version BCB60, Listbox from decorated source code
- 2022-10-31 05:05:03下载
- 积分:1
-
jsp数据库开发实例精粹,对初学者进阶有所帮助
jsp数据库开发实例精粹,对初学者进阶有所帮助-jsp database development example is succinct, enters the
step to the beginner to have the help
- 2022-07-10 10:02:54下载
- 积分:1