soundPlayer s=new soundPlayer(myfile.wav); s.play();
private void btnPlay_Enter(object sender, EventArgs e) { soundPlayer s=new soundPlayer(myfile.wav); s.play(); }
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)