Actually problem: this code starts the sound
PlaySound('C:\1.wav', 0, SND_ASYNC);
And how to stop it?
Actually problem: this code starts the sound
PlaySound('C:\1.wav', 0, SND_ASYNC);
And how to stop it?
Source: https://ru.stackoverflow.com/questions/64076/
All Articles