利用mediaplayer打造自己的mp3播放器续[30]

[入库:2006年2月23日] [更新:2007年3月24日]

本文简介:

              //

              this.timer1.Tick += new System.EventHandler(this.timer1_Tick);

              //

              // seaPlayer

              //

              this.AllowDrop = true;

              this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);

              this.ClientSize = new System.Drawing.Size(216, 301);

              this.Controls.Add(this.listBox1);

              this.Controls.Add(this.axWindowsMediaPlayer1);

本文关键:利用mediaplayer打造自己的mp3播放器续
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top