I want in the win Application (written in C#), the sound (Wav Format) play as Background Sound, and mouse over Control play small wav sound File,
and when Click on Button, Stop Background Sound and … .
Thanks For your guidance.
I want in the win Application (written in C#), the sound (Wav Format) play
Share
you can use Windows Media Player:
reference C:\Windows\System32\wmp.dll in your project
to launch a wav file:
for the second wav file, do the same thing with another instance of WindowsMediaPlayer etc…
you can also use Managed DirectX : Managed DirectX Tutorial Part 2