Notice
Recent Posts
Recent Comments
목록WMP (1)
분노의 챔질
반응형
C# Windows Media Player 사용하기
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace WindowsFormsApplication3 { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { axWindowsMediaPlayer1.Ctlcontrols.play(); ..
Programming/C#
2023. 1. 11. 09:52
반응형