954,514 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Please~~~ Need help including sound files in the form!

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!~~~

vienne
Newbie Poster
6 posts since Jul 2004
Reputation Points: 10
Solved Threads: 0
 
r0ckbaer
Junior Poster in Training
55 posts since Dec 2003
Reputation Points: 13
Solved Threads: 6
 

System.Media.SoundPlayer p = new System.Media.SoundPlayer();
p.SoundLocation = @"C:\Users\Master\Desktop\Prmpt445.wav";
p.Play();

slavedogg
Newbie Poster
13 posts since Sep 2007
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You