From: Fares on
Can any body tell me how I use sounds in Visual basic.
Thanks all.
=============================


From: Bob Butler on
"Fares" <fares(a)alphalink.com.au> wrote in message
news:47f63fd5_2(a)news.chariot.net.au...
> Can any body tell me how I use sounds in Visual basic.

What version of VB?

What sounds? the system "beep" or other event sounds? WAV files? something
else?

If this isn't just a personal app or something specifically designed to make
noise be sure to provide a way to disable them. There's little more
annoying than applications that play sounds.

From: Bert van den Dongen on
You can whistle while programming...
Bert.

"Fares" <fares(a)alphalink.com.au> schreef in bericht
news:47f63fd5_2(a)news.chariot.net.au...
> Can any body tell me how I use sounds in Visual basic.
> Thanks all.
> =============================
>

From: Martin Trump on
In message <47f63fd5_2(a)news.chariot.net.au>, Fares
<fares(a)alphalink.com.au> writes
>Can any body tell me how I use sounds in Visual basic.
>Thanks all.

Check out the API sndPlaySound. Should do what you want. There are
others that require more effort but post again if you still have probs.

Regards
--
Martin Trump