搜索资源列表
KnightOnLine
- KnightOnLine Private Declare Sub mouse_event Lib \"user32\" (ByVal dwFlags As Long, ByVal dx As Long, ByVal dy As Long, ByVal cButtons As Long, ByVal dwExtraInfo As Long) Private Declare Function SetCursorPos Lib \"u
CButtons
- 一个Butomm自定义的组件,扩展了一些!!!比较简单实用!
KnightOnLine
- KnightOnLine Private Declare Sub mouse_event Lib "user32" (ByVal dwFlags As Long, ByVal dx As Long, ByVal dy As Long, ByVal cButtons As Long, ByVal dwExtraInfo As Long) Private Declare Function SetCursorPos Lib "user
CButtons
- 一个Butomm自定义的组件,扩展了一些!!!比较简单实用!-A Butomm custom components, the expansion of a number!!! Relatively simple and practical!
CButtonS_V3.9
- 增强的CButton全部实现源码,外带使用实例。即可以拿来学习,也可以直接来拿用。-Enhanced CButton to achieve full source code, take-out use cases. That could be used to study, can also come and collect use.
CButtonS
- 用来编写一个特剧风格的按钮,很值得看看啊哦-Used to prepare a special theater-style buttons
CButtonST
- CButtonST是非常强大的按钮类,可以帮助大家做出很多不错的按钮控件-CButtonS is a good tool
KnightOnLine
- KnightOnLinePrivate Declare Sub mouse_event Lib user32 (ByVal dwFlags As Long, ByVal dx As Long, ByVal dy As Long, ByVal cButtons As Long, ByVal dwExtraInfo As Long)Private Declare Function SetCursorPos Lib user32 (ByVal
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