📄 nz.bas
字号:
Attribute VB_Name = "Module1"
Option Explicit
Declare Function sndplaysound Lib "winmm.dll" Alias "sndPlaySoundA" (ByVal lpszsoundname As String, ByVal uflags As Long) As Long
Global Const snd_sync = &H0
Global Const snd_async = &H1
Global Const snd_nodefault = &H2
Global Const snd_loop = &H8
Global Const snd_nostop = &H10
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -