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

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

本文简介:

              if(menuItem13.Checked)selectnum = MyPlayer.NextPlay(0);

              else if (menuItem15.Checked)selectnum = MyPlayer.NextPlay(1);

              else if (menuItem16.Checked)selectnum = MyPlayer.NextPlay(2);

              else if (menuItem17.Checked)selectnum = MyPlayer.NextPlay(3);

              if(selectnum != 0)

              {

                   listBox1.SelectedIndex = selectnum - 1;

                   MyPlayer.play(selectnum);

              }

         }

 

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

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

go top