文件名称:simulator-mouse-and-keyboard
- 所属分类:
- 系统编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2014-07-15
- 文件大小:
- 30kb
- 下载次数:
- 0次
- 提 供 者:
- a
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
在Windows大行其道的今天,windows界面程序受到广大用户的欢迎。对这些程序的
操作不外乎两种,键盘输入控制和鼠标输入控制。有时,对于繁杂的,或重复性的输入
操作,我们能否通过编制程序来代替手工输入,而用程序来模拟键盘及鼠标的输入呢?
答案是肯定的。这里主要是通过两个Windows API函数来实现的。-In the Windows era, windows interface program by the majority of users are welcome. To these procedures
The operation is nothing more than two kinds, the keyboard and mouse input control. Sometimes, for complex or repetitive input,
Operation, we can process through the development to replace the manual input, and use the program to simulate the keyboard and mouse input?
The answer is in the affirmative. Here is mainly realized by two Windows API function.
操作不外乎两种,键盘输入控制和鼠标输入控制。有时,对于繁杂的,或重复性的输入
操作,我们能否通过编制程序来代替手工输入,而用程序来模拟键盘及鼠标的输入呢?
答案是肯定的。这里主要是通过两个Windows API函数来实现的。-In the Windows era, windows interface program by the majority of users are welcome. To these procedures
The operation is nothing more than two kinds, the keyboard and mouse input control. Sometimes, for complex or repetitive input,
Operation, we can process through the development to replace the manual input, and use the program to simulate the keyboard and mouse input?
The answer is in the affirmative. Here is mainly realized by two Windows API function.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
鼠标键盘模拟程序\HyperLink.cpp
................\hyperlink.h
................\mail.bmp
................\ReadMe.txt
................\resource.h
................\Simulate.clw
................\Simulate.cpp
................\Simulate.dsp
................\Simulate.dsw
................\Simulate.h
................\Simulate.ico
................\Simulate.plg
................\Simulate.rc
................\Simulate.rc2
................\Simulate.sln
................\Simulate.v11.suo
................\Simulate.vcxproj
................\Simulate.vcxproj.filters
................\SimulateDlg.cpp
................\SimulateDlg.h
................\StdAfx.cpp
................\StdAfx.h
................\UpgradeLog.htm
................\UpgradeLog.XML
................\介绍.txt
鼠标键盘模拟程序