Does any one know how to get .wav files to play in vb if so please help me out.... Thanks Pinkpanther
The SndPlaySound API call. Look up SND_ASYNC and add it in. Then you can play a WAVE like this: VB Code: SndPlaySound "C:\hello.wav", SND_ASYNC
SndPlaySound "C:\hello.wav", SND_ASYNC
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. (Just a heads-up)
Forum Rules