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

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

本文简介:

              this.listBox1.KeyUp += new System.Windows.Forms.KeyEventHandler(this.listBox1_KeyUp);

              this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);

              //

              // notifyIcon1

              //

              this.notifyIcon1.Text = "seaPlayer";

              this.notifyIcon1.Visible = true;

              this.notifyIcon1.DoubleClick += new System.EventHandler(this.notifyIcon1_DoubleClick);

              //

              // timer1

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

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

go top