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

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

本文简介:

              this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();

              this.timer1 = new System.Windows.Forms.Timer(this.components);

              ((System.ComponentModel.ISupportInitialize)(this.axWindowsMediaPlayer1)).BeginInit();

              this.SuspendLayout();

              //

              // axWindowsMediaPlayer1

              //

              this.axWindowsMediaPlayer1.Dock = System.Windows.Forms.DockStyle.Bottom;

              this.axWindowsMediaPlayer1.Enabled = true;

              this.axWindowsMediaPlayer1.Location = new System.Drawing.Point(0, 256);

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

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

go top