OnErr0r
08-22-2004, 11:22 AM
I've seen several examples of playing Wavs from .net resources, but these all require a buffer in your application to play the sound. PlaySound API can play a resource wav directly from a Win32 resource. The executable is included so you can see it actually works, once you have the resource compiled into the exe. Please read the included readme.txt for instructions.