CicleSound




'Usa la funzione

Declare Function sndPlaySound Lib "winmm.dll" Alias "sndPlaySoundA" (ByVal lpszSoundName As String, ByVal uFlags As Long) As Long
result = SndPlaySound( Nome del file, 3 + 6)
'per lanciare la riproduzione del WAV

result = SndPlaySound(vbNull, 4)
'per interrompere la riproduzione











( ciclesound.html )- by Paolo Puglisi - Modifica del 17/12/2023