'PlaySound' function and sound events
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!
1 Attachment(s)
Re: 'PlaySound' function and sound events
Take a look at this example. It shows most uses of the API.
Re: 'PlaySound' function and sound events
Hi,
I checked the example, and I really use PlaySound as indicated in that code. But I need to 'be advised' (event) when the assynchronous execution of the sound has finished.
Any idea?
Thanks!