Hi Guys,
I am using the PlaySound to play .wav files in my application. Eg.
a = PlaySound(App.P ath & chip_sound, SND_ASYNC)
Is it possible to play two sounds at the same time? Everytime the 2nd sound
is started the first sound is automatically stopped..
Thanks!
I am using the PlaySound to play .wav files in my application. Eg.
a = PlaySound(App.P ath & chip_sound, SND_ASYNC)
Is it possible to play two sounds at the same time? Everytime the 2nd sound
is started the first sound is automatically stopped..
Thanks!
Comment