-
PLC后台(梯形图等)组态软件框架
PLC后台(梯形图等)组态软件框架-PLC (Ladder) configuration software framework
- 2022-07-22 06:09:11下载
- 积分:1
-
right workflow engine bossa use of an example of how to use the example of bossa...
对工作流引擎bossa的一个使用示例,示例如何使用bossa进行系统开发-right workflow engine bossa use of an example of how to use the example of bossa systems development
- 2022-05-17 02:12:06下载
- 积分:1
-
使用VC++写一个关机操作的函数,修改后可以定时关机
使用VC++写一个关机操作的函数,修改后可以定时关机-using VC++ write a shutdown the computer,could be modified to a timed shutdown program
- 2022-01-23 10:29:19下载
- 积分:1
-
挂钩函数的使用
使用钩子函数-数据传递HOOKAPI获取当前鼠标指针的全局钩子源码-The use of hook function- HOOK API data transfer mouse pointer access to the current global hook source
- 2022-03-17 23:30:21下载
- 积分:1
-
鼠标记录器
作者: 小卢
mail:359581807@163.com
blog:http://blog.sina.com.cn/qiq...
鼠标记录器
作者: 小卢
mail:359581807@163.com
blog:http://blog.sina.com.cn/qiqi8
欢迎联系,共同学习!
功能: 鼠标 行为的记录,重放
代码说明:
1.界面用了CXPButton的系列菜单及按钮,引用的文件有 HyperLink.cpp,HyperLink.h,XPButton,XPButton。
2.本代码参考了的一些 程序, 参考了很多其他人的编码
编译平台:
1.该代码在Windows XP+VC 6.0平台下编译通过。
使用说明:
1.鼠标的行为 记录,以及重新操作
2.该带代码。可以用来供研究学习,使用!
3.记录以后 要点击 结束 然后再点重放。不要直接点击重放!后果很严重哦!(要是万一出现了,这种情况,就按一下 alt+ctrl+del 试一下吧!呵呵 钩子 不能屏蔽 这三个键)
其他:
此为练习之作,也不是很高深制作,您可以随意的复制,传播,但是请保留该信息!-Mouse recorder Author: Lu small mail: 359581807@163.com blog: http://blog.sina.com.cn/qiqi8 welcome to contact the common study! Function: mouse behavior record, replay code: 1. CXPButton interface used a series of menus and buttons, the document cited has HyperLink.cpp, HyperLink.h, XPButton, XPButton
- 2022-07-12 12:19:23下载
- 积分:1
-
一个不错的USB过滤驱动加载工具,对于快速开发USB接口设备的驱动程序有着一定的帮助。...
一个不错的USB过滤驱动加载工具,对于快速开发USB接口设备的驱动程序有着一定的帮助。-a good USB filter driver loading tools, for the rapid development of USB interface device drivers have some help.
- 2022-07-02 06:49:14下载
- 积分:1
-
自从Windows 95面市以来,系统托盘应用作为一种极具吸引力的UI深受广大用户的喜爱。使用系统托盘UI的Windows应用程序数不胜数,比如"金山词霸"、"...
自从Windows 95面市以来,系统托盘应用作为一种极具吸引力的UI深受广大用户的喜爱。使用系统托盘UI的Windows应用程序数不胜数,比如"金山词霸"、"Winamp"、"RealPlayer"等等。那么如何编写自己的托盘应用呢?此代码是系列文章中的例子代码,比较系统地示范了托盘应用的编程。并创建自己的C++类来增强系统托盘应用的特性。代码参考价值极高。-since the launch of the system tray application as a very attractive user UI deeply love. UI using the system tray of Windows applications and countless others, such as "free email" and "Winamp", "RealPlayer" and so on. So how to prepare their application tray? This code is a series of articles in the code examples, compared to model the system tray application programming. And to create their own category C to enhance the system tray application characteristics. Code high reference value.
- 2022-04-08 13:20:57下载
- 积分:1
-
关于如何锁住键盘和鼠标
钩子实际上是一个处理消息的程序段,通过系统调用,把它挂入系统。每当特定的消息发出,在没有到达目的窗口前,钩子程序就先捕获该消息,亦即钩子函数先得到控制权。这时钩子函数即可以加工处理(改变)该消息,也可以不作处理而继续传递该消息,还可以强制结束消息的传递。对每种类型的钩子由系统来维护一个钩子链,最近安装的钩子放在链的开始,而最先安装的钩子放在最后,也就是后加入的先获得控制权。要实现Win32的系统钩子,必须调用SDK中的API函数SetWindowsHookEx来安装这个钩子函数,这个函数的原型是HHOOK SetWindowsHookEx(int idHook,HOOKPROC lpfn,HINSTANCE hMod,DWORD dwThreadId);,其中,第一个参数是钩子的类型;第二个参数是钩子函数的地址;第三个参数是包含钩子函数的模块句柄;第四个参数指定监视的线程。
- 2022-02-24 11:14:29下载
- 积分:1
-
drive Linux kernel module programming guide
Linux内核驱动模块编程指南-drive Linux kernel module programming guide
- 2022-06-30 00:44:03下载
- 积分:1
-
得到当前的磁盘的可用空间
得到当前的磁盘的可用空间-Get the current free disk space
- 2022-02-15 14:29:14下载
- 积分:1