I have a Windows application written in C#/.NET.
How can I play a specific sound when a button is clicked?
|
|
You could use:
|
|||||
|
|
For Windows Forms one way is to use the
This will also work with WPF, but you have other options like using |
|||||||||
|
|
You can use SystemSound e.g. |
|||||||
|