dmousewheel.dsr

来自「VB的开发环境不支持滑轮操作」· DSR 代码 · 共 25 行

DSR
25
字号
VERSION 5.00
Begin {AC0714F6-3D04-11D1-AE7D-00A0C90F26F4} dMouseWheel 
   ClientHeight    =   6795
   ClientLeft      =   1800
   ClientTop       =   1935
   ClientWidth     =   11250
   _ExtentX        =   19844
   _ExtentY        =   11986
   _Version        =   393216
   Description     =   "Mousewheel support"
   DisplayName     =   "SOFTPAE VBIDE 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 + -
显示快捷键?