Doe anyone know how I can write a program to play sound but don't just want to use the API:
Because I also what to be able to pause and use an equalizer. I don't mind if you only know of controls that do this but I'd prefer to be able to do this from just code.VB Code:
Private Declare Function sndPlaySound& Lib "winmm.dll" Alias "sndPlaySoundA" (ByVal lpszSoundName As String, ByVal uFlags As Long)
Thanx for any help.




)
Reply With Quote