Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Playing Sound

0 views
Skip to first unread message

Israel Olcha

unread,
Jul 20, 2005, 6:42:49 AM7/20/05
to
Hi,
I use sndPlaySound API to play a warning in my application.
This warning is continous and i don't want it to stop until user pressed
Acknowledge.
I have another wave i want to play but when i play it, it stops the
continous wave.
Any help?
Thanx


Kurt Barthelmess [TeamB]

unread,
Jul 20, 2005, 6:05:20 AM7/20/05
to
"Israel Olcha" <isr...@Aeronautics-sys.com> wrote:

You haven't made it clear what you want to do. You are playing a
continuous warning. Then you decide you want to play something else.
So what do you want to do? You can't play two things at the same time.
You can:
a) Stop the first one and play the second.
b) Let the first one continue and not play the second.
c) Stop the first one, play the second and then resume the first.
(Actually, you'd have to start the first one over again; there's no
"pause".)

Good luck.

Kurt

0 new messages