I want to add sound effects to my Visual C# program. What's the simplest way to do this?
A:
You can load a wav file into memory on startup let's say, and then play it on certain events.
tzup
2009-12-01 07:04:51
+4
A:
Use System.Media.SoundPlayer
to play a WAV from your .NET application.
GraemeF
2009-12-01 07:06:44
wow beat me by 13 seconds, and you named the class long form, *snap*
Simeon Pilgrim
2009-12-01 07:07:34