搜索资源列表
monijianpan
- 键盘是我们使用计算机的一个很重要的输入设备了,即使在鼠标大行其道的今天,很多程序依然离不开键盘来操作。但是有时候,一些重复性的,很繁琐的键盘操作总会让人疲惫,于是就有了用程序来代替人们按键的方法,这样可以把很多重复性的键盘操作交给程序来模拟,省了很多精力,按键精灵就是这样的一个软件。那么我们怎样才能用VB来写一个程序,达到与按键精灵类似的功能呢?--键盘的终极模拟.
monijianpan
- 键盘是我们使用计算机的一个很重要的输入设备了,即使在鼠标大行其道的今天,很多程序依然离不开键盘来操作。但是有时候,一些重复性的,很繁琐的键盘操作总会让人疲惫,于是就有了用程序来代替人们按键的方法,这样可以把很多重复性的键盘操作交给程序来模拟,省了很多精力,按键精灵就是这样的一个软件。那么我们怎样才能用VB来写一个程序,达到与按键精灵类似的功能呢?--键盘的终极模拟.-We use the computer keyboard is a v
xyq
- vb写的按键精灵插件源码,解决梦幻鼠标偏移。-Wizard button vb written source plug-ins to solve the mouse offset dream.
mouseclick
- VB写的一鼠标按键精灵,可获取坐标、锁定脚本内容不可更改,操作时候主要是通过已预设好的快捷键: F10停止执行任务 F9开始执行任务 F12获取右键坐标 F11获取左键坐标 -VB wizard to write a mouse button, can get the coordinates locked scr ipt can not change the content, operation time has been main
Coordinates_of_mouse_button_wizard_VB_classic_code
- VB鼠标按键精灵获取坐标经典代码Coordinates of the mouse button wizard for VB classic code-Coordinates of the mouse button wizard for VB classic code
MouseCapture
- 用VB获取当前鼠标的位置并保存到CSV文件中,模仿按键精灵。同时使用后台注册快捷键。-Using VB to obtain the current location of the mouse and save to a CSV file, imitate QuickMacro. Use the background registered shortcut keys.
897685768
- VB鼠标按键精灵,获取坐标,有需要的就下载吧。-VB mouse buttons, obtaining coordinates, has the need to download it.
VBanjian
- VB 鼠标的录制和自动按键,一个简便易用的VB版按键精灵。-VB mouse recording and auto click
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