Click to See Complete Forum and Search --> : Help with coding


tolmega01
September 11th, 2009, 12:59 PM
Hello,

I have this task of writing a code that would play a series of wav files and then allow a person make comment on that wav file.


How do I go about it.

Thanks

Shuja Ali
September 11th, 2009, 01:41 PM
System.Media.SoundPlayer (http://msdn.microsoft.com/en-us/library/system.media.soundplayer.aspx) can be used to play a wav file and you can use a simple UI to gather feedback.