c#編寫的音樂播放器

c#編寫的音樂播放器

ID:8923659

大小:14.17 KB

頁數(shù):9頁

時間:2018-04-12

c#編寫的音樂播放器_第1頁
c#編寫的音樂播放器_第2頁
c#編寫的音樂播放器_第3頁
c#編寫的音樂播放器_第4頁
c#編寫的音樂播放器_第5頁
資源描述:

《c#編寫的音樂播放器》由會員上傳分享,免費在線閱讀,更多相關內(nèi)容在應用文檔-天天文庫。

1、主要代碼:usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Text;usingSystem.Windows.Forms;usingSystem.IO;usingSystem.Media;usingSystem.Drawing.Drawing2D;usingSystem.Data.OleDb;namespaceMusicPlay

2、er{publicpartialclassForm1:Form{publicForm1(){InitializeComponent();}string[]MusicFileNames;boolSingleLoop=true;boolAllLoop=true;boolnoramal=true;boolRandomLoop=true;#region//播放privatevoidbtnPlay_Click(objectsender,EventArgse){noramal=true;if(this.axWindowsMed

3、iaPlayer1.Ctlcontrols.currentPosition==0){if(this.listView1.Items.Count>0){timer1.Start();if(this.listView1.SelectedItems.Count>0){intiPos=this.listView1.SelectedItems[0].Index;stringFileName=this.listView1.Items[iPos].SubItems[2].Text;this.axWindowsMediaPlaye

4、r1.URL=FileName;}}else{MessageBox.Show("請選擇歌曲!","信息提示",MessageBoxButtons.OK,MessageBoxIcon.Information);}}else{this.axWindowsMediaPlayer1.Ctlcontrols.play();}}#endregion#region//停止privatevoidbtnStop_Click(objectsender,EventArgse){timer1.Stop();if(this.listView

5、1.Items.Count>0){if(this.listView1.SelectedItems.Count>0){timer1.Enabled=false;axWindowsMediaPlayer1.Ctlcontrols.stop();}}else{MessageBox.Show("請選擇歌曲!","信息提示",MessageBoxButtons.OK,MessageBoxIcon.Information);}}#endregion#region//暫停privatevoidbtnPause_Click(obj

6、ectsender,EventArgse){timer1.Stop();if(this.listView1.Items.Count>0){if(this.listView1.SelectedItems.Count>0){timer1.Enabled=false;axWindowsMediaPlayer1.Ctlcontrols.pause();}}else{MessageBox.Show("請選擇歌曲!","信息提示",MessageBoxButtons.OK,MessageBoxIcon.Information)

7、;}}#endregion#region//上一首privatevoidbtnLast_Click(objectsender,EventArgse){if(this.listView1.SelectedItems.Count>0){intiPos=this.listView1.SelectedItems[0].Index;if(iPos>0){this.listView1.Items[iPos-1].Selected=true;stringFileName=this.listView1.Items[iPos-1].

8、SubItems[2].Text;this.axWindowsMediaPlayer1.URL=FileName;}else{MessageBox.Show("這已經(jīng)是第一首歌曲了!","信息提示",MessageBoxButtons.OK,MessageBoxIcon.Information);}}else{MessageBox.Show("請選擇歌曲!"

當前文檔最多預覽五頁,下載文檔查看全文

此文檔下載收益歸作者所有

當前文檔最多預覽五頁,下載文檔查看全文
溫馨提示:
1. 部分包含數(shù)學公式或PPT動畫的文件,查看預覽時可能會顯示錯亂或異常,文件下載后無此問題,請放心下載。
2. 本文檔由用戶上傳,版權歸屬用戶,天天文庫負責整理代發(fā)布。如果您對本文檔版權有爭議請及時聯(lián)系客服。
3. 下載前請仔細閱讀文檔內(nèi)容,確認文檔內(nèi)容符合您的需求后進行下載,若出現(xiàn)內(nèi)容與標題不符可向本站投訴處理。
4. 下載文檔時可能由于網(wǎng)絡波動等原因無法下載或下載錯誤,付費完成后未能成功下載的用戶請聯(lián)系客服處理。