Friday 15 February 2013

Playing sounds in Visual C# -


I want to add sound effects to my Visual C # program. What is the easiest way to do this?

  system. Media. Sound Player Sound = New System Media.SoundPlayer ("ringout.wav" @); Sound.PlaySync ();  

No comments:

Post a Comment