Thanks. Actually have that and found the problem -- technical issue on this side.
However, the sound is being produced but when trying different WAV files from the c:\windows\media folder, some of them produce a "grinding" , "buzzing" sound right before the sound file plays. However, if I play the sounds via the control panel, all is fine.
Any thoughts on that?
Main Topics
Browse All Topics





by: Omego2KPosted on 2009-11-03 at 09:38:51ID: 25731421
try this:
path\file. wav");
System.Media.SoundPlayer thePlayer = new System.Media.SoundPlayer("
thePlayer.Play();
Remember you have to specify the full path