T THE BAT Nov 9, 2004 #1 I want to Play a sound file that of .wav . But without using of Windows Media Player Lib.
N Nicholas Paldino [.NET/C# MVP] Nov 9, 2004 #2 THE BAT, You might want to look into the PlaySound API function. You can find the definition at http://www.pinvoke.net. Hope this helps.
THE BAT, You might want to look into the PlaySound API function. You can find the definition at http://www.pinvoke.net. Hope this helps.
M Mike Kitchen Nov 10, 2004 #3 This has been addressed several times here. I have compiled the common answers in my snippets page found at http://www.publicjoe.f9.co.uk/csharp/snip/snip001.html Plus I now have a tutorial about sound at http://www.publicjoe.f9.co.uk/csharp/csharp17.html and http://www.publicjoe.f9.co.uk/csharp/csharp18.html Hope this helps Publicjoe C# Tutorial at http://www.publicjoe.f9.co.uk/csharp/tut.html C# Snippets at http://www.publicjoe.f9.co.uk/csharp/snip/snippets.html C# Ebook at http://www.publicjoe.f9.co.uk/csharp/samples/ebook.html VB Ebook at http://www.publicjoe.f9.co.uk/vbnet/samples/ebook.html
This has been addressed several times here. I have compiled the common answers in my snippets page found at http://www.publicjoe.f9.co.uk/csharp/snip/snip001.html Plus I now have a tutorial about sound at http://www.publicjoe.f9.co.uk/csharp/csharp17.html and http://www.publicjoe.f9.co.uk/csharp/csharp18.html Hope this helps Publicjoe C# Tutorial at http://www.publicjoe.f9.co.uk/csharp/tut.html C# Snippets at http://www.publicjoe.f9.co.uk/csharp/snip/snippets.html C# Ebook at http://www.publicjoe.f9.co.uk/csharp/samples/ebook.html VB Ebook at http://www.publicjoe.f9.co.uk/vbnet/samples/ebook.html