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.
 
Back
Top