Hi,
I was wondering,
If I play a WAV file from a resource file using PlaySound(), how can I know that the WAV file has finished playing or that it is still playing?
This is my code:
#include <vcl\mmsystem.hpp>
PlaySound(“ID_WAVE”, HInstance, SND_ASYNC | SND_RESOURCE);
Thanks in advance.
I was wondering,
If I play a WAV file from a resource file using PlaySound(), how can I know that the WAV file has finished playing or that it is still playing?
This is my code:
#include <vcl\mmsystem.hpp>
PlaySound(“ID_WAVE”, HInstance, SND_ASYNC | SND_RESOURCE);
Thanks in advance.