I want to create a button, when the user click the button, the application can play music (played in embedded way or external way are both ok) I am just a rookie on c# and only know how to create a button Anyone know how to code it?
private void musicbutton_Click(object sender, EventArgs e)
{
}