dmousewheel.dsr
来自「VB鼠标滚轮,在VB中使用的鼠标滚轮。编译到系统目录下即可。这是一个VB的插件。」· DSR 代码 · 共 25 行
DSR
25 行
VERSION 5.00
Begin {AC0714F6-3D04-11D1-AE7D-00A0C90F26F4} dMouseWheel
ClientHeight = 9630
ClientLeft = 1740
ClientTop = 1545
ClientWidth = 10170
_ExtentX = 17939
_ExtentY = 16986
_Version = 393216
Description = "Mousewheel support"
DisplayName = "Ulli's VB MouseWheel"
AppName = "Visual Basic"
AppVer = "Visual Basic 6.0"
LoadName = "Startup"
LoadBehavior = 1
RegLocation = "HKEY_CURRENT_USER\Software\Microsoft\Visual Basic\6.0"
CmdLineSupport = -1 'True
End
Attribute VB_Name = "dMouseWheel"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = False
Attribute VB_Exposed = True
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?