Hello,
I'm developing a program in VB6 where I need do play a wave file assinchronously and be 'advised' when the execution of the sound has finished (receiving an event).

P.S.: Now I'm using the function PlaySound (winmm.lib) to play the wave file, but I don´t find a way to check if the sound have already been played entirelly or not.

Any idea on how to do that?
Thanks!