Hello,
I am using the function _ResourcePlaySound (from Resources UDF) to play sound file from the exe.
in my case i start to play some sound and my code(loop) must to keep running.
so i can't use _ResourcePlaySound with the wait parameter to know when the sound stopped because the entire script will sleep.
I need a way how to know if a sound still playing.
I asked Zedna (The author of Resources UDF) and he said he don't know how to do it and it is related to PlaySound API.
So how c