⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 nz.bas

📁 visualbasic学习材料及开发源代码
💻 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 + -