Is there another way to play music files in C# other then using
DirectX?
Thank you very much
This is a discussion on Play music files in C# within the C# Programming forums, part of the General Programming Boards category; Is there another way to play music files in C# other then using DirectX? Thank you very much...
Is there another way to play music files in C# other then using
DirectX?
Thank you very much
A quick google search resulted in this link to a page that describes how to use the PlaySound() Win32 API function in C#... this should get you going.
Good luck.