?? 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 + -