搜索资源列表
monijianpan
- 键盘是我们使用计算机的一个很重要的输入设备了,即使在鼠标大行其道的今天,很多程序依然离不开键盘来操作。但是有时候,一些重复性的,很繁琐的键盘操作总会让人疲惫,于是就有了用程序来代替人们按键的方法,这样可以把很多重复性的键盘操作交给程序来模拟,省了很多精力,按键精灵就是这样的一个软件。那么我们怎样才能用VB来写一个程序,达到与按键精灵类似的功能呢?--键盘的终极模拟.
anjianjingling
- VB编写的模拟按键精灵类源码,供学习研究之用
AutoHotkey_source
- 一个类似按键精灵的工具,利用高效脚本引擎实现模拟键盘,鼠标按键,还可以录制鼠标动作,支持回放功能,非常强大
monijianpan
- 键盘是我们使用计算机的一个很重要的输入设备了,即使在鼠标大行其道的今天,很多程序依然离不开键盘来操作。但是有时候,一些重复性的,很繁琐的键盘操作总会让人疲惫,于是就有了用程序来代替人们按键的方法,这样可以把很多重复性的键盘操作交给程序来模拟,省了很多精力,按键精灵就是这样的一个软件。那么我们怎样才能用VB来写一个程序,达到与按键精灵类似的功能呢?--键盘的终极模拟.-We use the computer keyboard is a v
anjianjingling
- VB编写的模拟按键精灵类源码,供学习研究之用-VB Wizard button to prepare analog source category for study purposes
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
AnalogInput
- 模拟按键精灵的程序,当按下热键后,相应的按键功能就被开启,适用于游戏-A program to analog mouse input. When hot key registered is pressed, corresponding functionality is enabled.
qqzc
- QQ游戏大家来找茬的小外挂,模拟按键精灵对屏幕取色,控制鼠标-QQ games everyone to finding fault in a small plug-in, analog button wizard on the screen to take color, control the mouse
AutoHotkey104805_source
- AutoHotKey的VC++源码,一款鼠标键盘模拟工具,与按键精灵类似。-AutoHotKey' s VC++ source code, a mouse and keyboard simulation tools, and buttons similar to the wizard.
anjianjingling
- 模拟按键精灵C#,VS2008.-C# I don not know
anjianjingling
- 自己写的一个按键精灵程序,实现了鼠标和键盘和模拟-Write their own widgets as a key to achieve a mouse and keyboard and simulate
VCkeyboard
- VC开发的模拟按键程序,可以编写按键精灵,实现了按键精灵的大部分功能-VCkeyboard
SAnalogInputi
- 模拟按键精灵的程序,当按下热键后,相应的按键功能就就被开启,适用于游戏 ,经测试可直接使用。 -The analog QuickMacro the program, when the hotkey is pressed, the corresponding key function is turned on, apply to the game, has been tested and can be used directly.
FindPicture
- 模拟按键精灵找图找色写的一个dll,网上一直找不到,自己写了一个,可以设置模糊度查找,速度和按键精灵一样快。-seach picture dll
monianjianJB
- 用VB模拟按键精灵录制脚本功能,包括一套漂亮VB皮肤,录制的脚本可以播放-Analog Recording Wizard button with VB scr ipting capabilities, including a nice VB skin, you can play the recorded scr ipt
testdll
- 模拟按键精灵的找图功能,所写的一个插件 模拟按键精灵的找图功能,所写的一个插件-Analog button wizard to find the function, the write a plug-in
Pyxiyou
- 梦幻手游,自动抓鬼脚本,使用python,模拟按键精灵(scr ipts for Menghuanxiyou use python scr ipte)
模拟按键精灵V1.1
- 模拟按键精灵,通过执行编辑的命令来执行模拟操作(Simulate key elves and perform simulation operations by executing editors' commands)
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