modulebutton.bas
来自「原创VB+SQL影音租赁系统 醮简单 具体看里边的文本文档」· BAS 代码 · 共 16 行
BAS
16 行
Attribute VB_Name = "ModuleButton"
Public Declare Function GetCursorPos Lib "user32" (lpPoint As pointapi) As Long
Public Declare Function WindowFromPoint Lib "user32" (ByVal xPoint As Long, ByVal yPoint As Long) As Long
Public Type pointapi
x As Long
y As Long
End Type
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?