C# sound play1 C# mp4 Play C# .mp4 파일 재생 방법. 소스코드 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 public partial class Form1 : Form { SoundPlayer Alert; public Form1() { InitializeComponent(); } private void btn_Play_Click(object sender, EventArgs e) { Alert.PlayLooping(); } private void btn_Stop_Click(object sender, EventArgs e) { Alert.Stop(); } private void Form1_Load(object sender, EventArgs e) { Alert .. 2019. 12. 20. 이전 1 다음