Just had a question that I googled and searched this forum and every where else but could not find a solution anywhere.
So I am using this code to help me play a .wav file
#If Win64 Then
Private Declare PtrSafe Function PlaySound Lib "winmm.dll" _
Alias "PlaySoundA" (ByVal lpszName...