modsystrayicon.bas
来自「该压缩包包含有很多关于数据库原理与应用的课件以及课程设计」· BAS 代码 · 共 4 行
BAS
4 行
Attribute VB_Name = "modSysTrayIcon"
'引用Win32API函数shellExecute
Public Declare Function ShellExecute Lib "Shell32.dll" Alias "ShellExecuteA" ()
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?