HELP

  • Thread starter Thread starter simondevries94
  • Start date Start date
S

simondevries94

Hi,
I am using VB.net and I want to play a simple sound like the windows
start up song when
you push a button on a form So could you plzz help...


Note: I am only 11 yrs old so could you make it simple!
 
Hi,
I am using VB.net and I want to play a simple sound like the windows
start up song when
you push a button on a form So could you plzz help...


Note: I am only 11 yrs old so could you make it simple!

Here's a way to play sounds:

My.Computer.Audio.Play("c:\Windows\Media\chimes.wav")

Of course you will need to locate the sound of your choice and place its
path in the quotes.

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Time? 7
IPhone sound quality gets worse each generation 5
Windows 10 Itunes/TabKey 0
DVD Drive 4
Days Gone 0
problem with Via AC'97 Audio Controller 13
Access Access 2003 Carriage Return Insertion 0
Parameter Query Won't Run 0

Back
Top