Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Public Declare Function PlaySound Lib "winmm.dll" Alias "PlaySoundA" (ByVal lpszName As String, ByVal hModule as Long, ByVal dwFlags as Long) As Long
Public Const [i]type flag to be used here[/]
Public Const [i]type flag to be used here[/]
Public Const [i]type flag to be used here[/]
Public Const [i]type flag to be used here[/]
Private Sub Command1_Click()
PlaySound [i][Name or Path of sound][/i], 0 , [i][Flag listed here][/i]
End Sub