搜索资源列表
USB
- 程序演示了一个USB鼠标的应用。 运行时用USB线连接开发板与PC机,PC将自动识别出设备类型并准备驱动。当一切配置完成后,可以用板上的按键来模拟鼠标动作(K1代表上,K2代表下,K4代表左,K5代表右)。
模拟QQ小键盘的一款Delphi控件源码
- 内容索引:Delphi源码,控件组件,小键盘 模拟QQ小键盘的一款Delphi控件源码,控件关键字:低级键盘钩子、按键状态 正常 鼠标进入 鼠标点击、数字数组、字母数组、所有按键的区域结构、忽略键盘的Shift消息、如果此值为真,则取Shift状态的时候按照下面的字段拳… FAutoFitSize: Boolean; //是否自动调整大小 FAtOnceRePaint: Boolean; //字段改变后是否立即刷新 FUsePicture: Boolean; //使用图片做为
ZCWG.rar
- 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 that, the last red line pai
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
WindowsCaculation
- (1) 设计数字按钮的事件,由于数字按钮事件功能都是把对应数字显示在文本框中,所以全部数字按钮都可以共用一个事件处理方法; (2) 运算符按钮事件也基本相同,所以所有运算符按钮也可共享同一事件处理方法。方法中分别读取文本框上的数值以及所按的运算符,并能识别是否需要进行智能计算; (3) 键盘事件只需一个事件处理方法即可,根据按键的不同调用之前的鼠标事件或者自定义的方法,以便模拟之前定义的鼠标事件。-(1) design digital button events, button even
anjianjingling
- 自己写的一个按键精灵程序,实现了鼠标和键盘和模拟-Write their own widgets as a key to achieve a mouse and keyboard and simulate
keyboad-replace-mouse
- 键盘模拟鼠标,其实就是让接收键盘消息,然后让相应的按键模拟鼠标的动作! 我的程序里面方向键上 下 左 右 分别代表鼠标的移动! F6是左键点击,F7是右键点击,F9是退出,把操作权还给鼠标! 注意,本程序是基于Win32SDK 写的,没有用MFC的任何函数!占用内存只有1MB多!-Keyboard, mouse simulation, in fact, to receive keyboard messages, then the appropriate button to simulate mo
winIOkey
- VB使用winIO 模拟键盘按键的测试程序,winio属于硬件模拟,但不支持usb键盘、鼠标,必须前台操作。 -VB keyboard keys using winIO simulation test program, winio a hardware simulation, but does not support usb keyboard, mouse, must be front operation.
e
- 键录源码,模拟鼠标键盘按键等,是易语言写的-Key recorded source, simulating mouse and keyboard keys, etc.
AutoKey
- 用csharp写的,是一个模拟鼠标按键 和键盘按键。类似按键精灵,想学习的同学可以下载。-The csharp write a simulated mouse buttons and keyboard keys. Similar QuickMacro, students want to learn can be downloaded.
Simulate
- 以 VC++为例来介绍一下如何实现程序来模拟键盘及鼠标的输入,这里主要是通过两个Windows API函数来实现这两个功能。模拟键盘用Keybd_event这个api函数,模拟鼠标按键用mouse_event函数。-VC++ example to introduce how to implement the program to simulate keyboard and mouse input, mainly through two Windows API functions to achie
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 knowledge about flowers, at the s
键鼠模拟
- 模拟键盘、鼠标自动化操作桌面,之前用在公司的报警信息处理,如有需要,可以参考(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 "user32" (ByVal dwFlags As Long
易语言模拟按键源码
- 在这里把模拟游戏按键源码,可以自己做游戏挂机发给大家了,供大家学习参考。 小编用易语言编的自动喊话器,为什么只有回车好使,而其他的没有效果,比如向下光标键,而在QQ什么的就管用,也能正常工作,就是dnf不好使,原来就算你写出个模拟按键,在DNF里也没用。DNF里有个就是阻止模拟键盘模拟鼠标的程序。 把连发代码写到DLL中(必须在DLL的_启动子程序中添加初始化代码,否则你只能看到DLL被加载,却没有任