-
改变屏幕亮度的程序,对于一些显卡有效,可以改变显示参数Some video cards allows you to programmingly modify t...
改变屏幕亮度的程序,对于一些显卡有效,可以改变显示参数Some video cards allows you to programmingly modify the Gamma Ramp values. You can use this feature to change the brightness of the entire screen.
The SetDeviceGammaRamp API function receive an array of 256 RGB values. Increasing the values in this array will make your screen brighter, and decreasing these values will make your screen darker. You can also increase or decrease the intesity of the red/green/blue components. For example: Increasing the blue component in all RGB values will add more blue color to the entire display.
-screen brightness change the procedure, for some graphics effective, display parameters can be changed Some video cards allows you to program mingly modify the Gamma Ramp values. You can use this feature to change the brightness of the ent ire screen. The API functi SetDeviceGammaRamp on receive an array of 256 RGB values. Increasin g the values in this array will make your screen b Righter, and decreasing these values will make
- 2022-06-01 15:01:37下载
- 积分:1
-
关于如何锁住键盘和鼠标
钩子实际上是一个处理消息的程序段,通过系统调用,把它挂入系统。每当特定的消息发出,在没有到达目的窗口前,钩子程序就先捕获该消息,亦即钩子函数先得到控制权。这时钩子函数即可以加工处理(改变)该消息,也可以不作处理而继续传递该消息,还可以强制结束消息的传递。对每种类型的钩子由系统来维护一个钩子链,最近安装的钩子放在链的开始,而最先安装的钩子放在最后,也就是后加入的先获得控制权。要实现Win32的系统钩子,必须调用SDK中的API函数SetWindowsHookEx来安装这个钩子函数,这个函数的原型是HHOOK SetWindowsHookEx(int idHook,HOOKPROC lpfn,HINSTANCE hMod,DWORD dwThreadId);,其中,第一个参数是钩子的类型;第二个参数是钩子函数的地址;第三个参数是包含钩子函数的模块句柄;第四个参数指定监视的线程。
- 2022-02-24 11:14:29下载
- 积分:1
-
可枚举Win2000系统服务
可枚举Win2000系统服务-enumerable Win2000 system services
- 2022-08-24 12:19:55下载
- 积分:1
-
该代码为自动跟踪定位图像程序,希望对大家有所帮助
该代码为自动跟踪定位图像程序,希望对大家有所帮助-The code for the automatic tracking procedure positioning images, I hope all of you to help
- 2022-12-01 09:00:04下载
- 积分:1
-
MYOS
MYOS - C写的简单的OS// 英文
对写程序会很有帮助。-MYOS-C to write a simple OS// English to write procedures would be helpful.
- 2022-06-01 13:33:59下载
- 积分:1
-
Record keyboard procedures, additional acts of recording capability. Also marrie...
记录键盘程序,附加了行为记录能力。
还嫁了一些简单的API函数。-Record keyboard procedures, additional acts of recording capability. Also married a few simple API function.
- 2023-02-04 15:50:04下载
- 积分:1
-
Windows系统编程,本书描述了是用微软的应用程序编程接口进行程序开发,并着重于核心系统服务。英文原版,...
Windows系统编程,本书描述了是用微软的应用程序编程接口进行程序开发,并着重于核心系统服务。英文原版,-Windows system programming, this book describes is Microsoft" s application programming interface for program development, and focus on the core system services. English original,
- 2022-06-29 12:27:11下载
- 积分:1
-
把exe里面的资源通通取出来,实现反编译
把exe里面的资源通通取出来,实现反编译-Exe inside to check out all the resources, realize decompile
- 2022-03-19 16:19:25下载
- 积分:1
-
c++指针的使用举例,本文浅显易读,并带完整的源代码
c++指针的使用举例,本文浅显易读,并带完整的源代码-c++ pointer use, for example, simple easy to read this article, and with complete source code
- 2022-04-16 00:57:00下载
- 积分:1
-
利用shell编程实现进程删除自身sdk
利用shell编程实现进程删除自身sdk-The use of shell programming process to delete their own sdk
- 2022-07-27 00:32:01下载
- 积分:1