搜索资源列表
zy1299
- Private Declare Sub mouse_event Lib \"user32\" (ByVal dwFlags As L
api0006
- 模拟鼠标动作的实例,对研究mouse_event的朋友也许有些帮助.-Examples of simulated mouse movements, the study may mouse_event some friends to help.
AutoMoveMouse
- 定时自动控制鼠标移动与点击,采用mouse_event方法-Time automatic control mouse movement and clicks using mouse_event method
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
MouseEvent
- This is mouse_event transfer program. It can transfer painting with mouse. And it transfer in real time. This code come from website devpia from Korea.-This is mouse_event transfer program. It can transfer painting with mouse. And it transfer in real
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