Hi,
I wonder if anyone has any experience with directSound for VB.
I have a load of wav files and I want them to play one after the other. From the SDK doc is seems that you need to call a flag when the file finishes playing which indicates its time to play the next file.

At present I've got a direcsoundsecondary buffer and i am trying to check to see if its playing. If it is, then fill another buffer with the next sound file, and when the end of sound sample flag is called, this buffer plays.
However, it doesnt work. Is there a simpler way of combining wav files in vb?

Cheers,


Karl