See the article in Windows Forms Tips and Tricks.

Signature
Bob Powell [MVP]
Visual C#, System.Drawing
Ramuseco Limited .NET consulting
http://www.ramuseco.com
Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm
Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm
All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
>I recently came across some code to help play .wav;
>
[quoted text clipped - 14 lines]
>
> I need this answer ASAP
johnmmcparland@googlemail.com - 20 Dec 2005 11:39 GMT
Thanks,
I found my problem was that my sound was muted! *goes red* I'm sure I
didn't do that but oh well, haha.
Anyway, for anyone else, since the UI was in a thread of its own, you
can play the sound file no problem, just use a
Thread.Sleep(maxTimeFileCanPlayFor) and you'll be fine.