搜索资源列表
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
VBAPIFASONG
- VB API模拟发送按键.鼠标动作,可以通过VB来控制按键.鼠标动作-VB API Send button. Mouse movements, through VB to control keys. Mouse movements
WMouse
- 在书上抄的一段例子程序,通过按键来模拟鼠标滚轮。-Copied in the book section of examples of the procedures adopted to simulate the mouse wheel button.
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
USB
- 程序演示了一个USB鼠标的应用。 运行时用USB线连接开发板与PC机,PC将自动识别出设备类型并准备驱动。当一切配置完成后,可以用板上的按键来模拟鼠标动作(K1代表上,K2代表下,K4代表左,K5代表右)。-Procedures to demonstrate the application of a USB mouse. Run-time line to connect with USB development board with
simulateDlg
- 利用键盘上的左右上下按键,用来实现模拟鼠标功能-Use the keyboard up and down the left and right keys, the mouse is used for analog functions
bb
- 兵乓球的辅助工具,模拟鼠标按键操作,实现发旋转球-兵乓球auxiliary tools, Analog mouse button operation, implementation hair spin
ZCWG
- QQ游戏找茬外挂,原理是比较两图像相应点的颜色的RGB值,如果相差不大则认为相同,最后用红线画出不同位置,自己用鼠标点就可以了……可以进一步优化,采用模拟鼠标按键的方式实现-Finding fault plug QQ games, principles are more points of the two images corresponding RGB color values, if the same is no less than
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.
App_vb6
- 驱动级模拟鼠标和键盘按键,非常简单的调用驱动,结构清晰,容易学习。(it is good for you if you want get mouse work)
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
click
- 模拟按键和模拟鼠标最好用的方法,已经封装好,windows下直接调用(The best way to simulate keystrokes and simulated mouse has been packaged and called directly under windows.)
键鼠模拟
- 模拟键盘、鼠标自动化操作桌面,之前用在公司的报警信息处理,如有需要,可以参考(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