I'm having problem with sound file(*.wav)
In a form, when i click a button, i want to call sound file and play this file.
How can i do?
Help me!~~~
I'm having problem with sound file(*.wav)
In a form, when i click a button, i want to call sound file and play this file.
How can i do?
Help me!~~~
ever heard something about googling ? :evil:
http://www.codeguru.com/Csharp/Csharp/cs_graphics/sound/article.php/c6143/
System.Media.SoundPlayer p = new System.Media.SoundPlayer();
p.SoundLocation = @"C:\Users\Master\Desktop\Prmpt445.wav";
p.Play();
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.