搜索资源列表
windows-keysmouseevents
- Windows下通过调用API模拟系统鼠标,按键的典型例子.-by calling Windows API Simulation System mouse and keyboard, a typical example.
AutoHotkey_source
- 一个类似按键精灵的工具,利用高效脚本引擎实现模拟键盘,鼠标按键,还可以录制鼠标动作,支持回放功能,非常强大
ICanSeeYou远程控制软件(所有C#源代码).rar
- ICanSeeYou远程控制软件(所有C#源代码)另外附有说明文档。原程序(安装包)的下载地址:http://download1.csdn.net/down3/20070428/28022416404.rar源代码说明:IDE(集成开发环境):Microsoft Visual Studio .NET 2005使用C#作为主要开发语言,统一编程习惯。关于C#编程习惯可以查看另外一份文档 《 C#编程规范 》。C#规范制定原则 1 方便代码
API模拟发送按键.鼠标动作
- 这是一个模块,主要示范SendInput API函数,模拟发送按钮按下,放开,鼠标单击,按下,放开等动作,并同时可以向指定的程序,如记事本,画笔等运行的程序发送按键,鼠标事件.您可以在画笔程序中自动画一副画,呵呵,当然也可以控制任意程序
模拟QQ小键盘的一款Delphi控件源码
- 内容索引:Delphi源码,控件组件,小键盘 模拟QQ小键盘的一款Delphi控件源码,控件关键字:低级键盘钩子、按键状态 正常 鼠标进入 鼠标点击、数字数组、字母数组、所有按键的区域结构、忽略键盘的Shift消息、如果此值为真,则取Shift状态的时候按照下面的字段拳… FAutoFitSize: Boolean; //是否自动调整大小 FAtOnceRePaint: Boolean; //字段改变后是否立即刷新
windows-keysmouseevents
- Windows下通过调用API模拟系统鼠标,按键的典型例子.-by calling Windows API Simulation System mouse and keyboard, a typical example.
DV710_USB_driver_test
- 基于ST公司的STR710芯片的DV710开发板。程序演示了一个USB鼠标的应用。 运行时用USB线连接开发板与PC机,PC将自动识别出设备类型并准备驱动。当一切配置完成后(此时L3会亮起),可以用板上的按键来模拟鼠标动作(K1 左,K2 上,K3 下,K4 右,K5 鼠标左键,K2与K3同时按下 鼠标右键)。 -based company ST
AutoHotkey_source
- 一个类似按键精灵的工具,利用高效脚本引擎实现模拟键盘,鼠标按键,还可以录制鼠标动作,支持回放功能,非常强大-A similar button wizard tool, the use of high-performance scr ipting engine for analog keyboard, mouse button, you can record mouse movements, to support the playback
keyboardmouseclass
- 键盘鼠标类,可以在程序中控制鼠标和模拟按键-Type of keyboard and mouse, you can control the mouse in the proceedings and analog buttons
bb
- 兵乓球的辅助工具,模拟鼠标按键操作,实现发旋转球-兵乓球auxiliary tools, Analog mouse button operation, implementation hair spin
ps2_mouse_driver
- 利用MSC系列单片机 89S51 模拟PS2协议 对鼠标进行读写控制 可以再LCD1602 上显示坐标和鼠标按键值-used MSC series MCU 89S51 to drive PS2 mouse ,display the keyvalue and position
AutoHotkey104805_source
- AutoHotKey的VC++源码,一款鼠标键盘模拟工具,与按键精灵类似。-AutoHotKey' s VC++ source code, a mouse and keyboard simulation tools, and buttons similar to the wizard.
keyboad-replace-mouse
- 键盘模拟鼠标,其实就是让接收键盘消息,然后让相应的按键模拟鼠标的动作! 我的程序里面方向键上 下 左 右 分别代表鼠标的移动! F6是左键点击,F7是右键点击,F9是退出,把操作权还给鼠标! 注意,本程序是基于Win32SDK 写的,没有用MFC的任何函数!占用内存只有1MB多!-Keyboard, mouse simulation, in fact, to receive keyboard messages, then the app
GetMousePos
- 实时显示鼠标位置和坐标以及按键信息 单位是像素(Real time display of mouse position and coordinates, and button information unit is pixel)
Client
- 模拟鼠标按键简单源码,可以设置快捷键和按键间隔,支持鼠标左右键(Simulation mouse button simple source code, you can set the shortcut keys and key intervals, to support the left and right key)
mouseclick
- 模拟鼠标按键1,模拟鼠标按键2,模拟鼠标按键3(Every time when the New Year is coming, my mother will go to the flower market to buy some fresh and beautiful flower to decorate our house. I like to go there with her, because I can gain the kno
模拟飞机飞行游戏
- 模拟飞机飞行的游戏功能,按键控制飞行,鼠标左右移动视角。(Simulate the flight function of the aircraft, key control flight, mouse angle of view.)
键鼠模拟
- 模拟键盘、鼠标自动化操作桌面,之前用在公司的报警信息处理,如有需要,可以参考(make the keypad and mouse auto used)
VB模拟按键精灵自动点击网页
- VB模拟按键精灵,自动刷新网页 自动点击 自动语音提示(VB analog button wizard, automatic refresh of web pages, automatic click on automatic voice prompt)
VB鼠标按键精灵
- VB鼠标按键精灵(VB模拟出的按键精灵大部分功能)(Private Declare Sub keybd_event Lib "user32" (ByVal bVk As Byte, ByVal bScan As Byte, ByVal dwFlags As Long, ByVal dwExtraInfo As Long) Private Declare Sub mouse_event Lib "user3