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