📄 module2.bas
字号:
Attribute VB_Name = "Module2"
Sub Main()
Dim f As New frmsplash1
f.Left = 4000
f.Top = 2500
f.Show vbModal
End Sub
Function fullpath(filename As String)
temp = App.path
If Right$(temp, 1) <> "\" Then temp = temp & "\"
fullpath = temp & filename
End Function
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -