資源簡介
C#音樂播放器
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
using?System.IO;
namespace?山寨靜聽
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????private?void?button1_Click(object?sender?EventArgs?e)
????????{
????????????OpenFileDialog?open?=?new?OpenFileDialog();
????????????open.Multiselect?=?true;//設置可以多選
????????????if?(open.ShowDialog()?==?DialogResult.OK)
????????????{
????????????????//將歌曲保存到文件
????????????????string?t?=?textBox1.Text;
????????????????if?(t?==?““)//為舊組加新歌
????????????????{
????????????????????//取出舊組的名稱,拼成文件名
????????????????????stri
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2011-10-31?22:16??山寨靜聽\
?????目錄???????????0??2011-10-31?22:16??山寨靜聽\bin\
?????目錄???????????0??2011-10-31?22:16??山寨靜聽\bin\Debug\
?????文件???????61440??2011-10-11?17:11??山寨靜聽\bin\Debug\AxInterop.WMPLib.dll
?????文件??????339968??2011-10-11?17:11??山寨靜聽\bin\Debug\Interop.WMPLib.dll
?????文件???????????2??2011-10-11?17:13??山寨靜聽\bin\Debug\分組.txt
?????文件???????12800??2011-10-11?17:11??山寨靜聽\bin\Debug\山寨靜聽.exe
?????文件???????24064??2011-10-11?17:11??山寨靜聽\bin\Debug\山寨靜聽.pdb
?????文件???????14328??2011-10-11?17:12??山寨靜聽\bin\Debug\山寨靜聽.vshost.exe
?????文件?????????490??2009-06-11?05:14??山寨靜聽\bin\Debug\山寨靜聽.vshost.exe.manifest
?????文件????????4499??2011-10-11?17:11??山寨靜聽\Form1.cs
?????文件????????8758??2011-10-11?15:58??山寨靜聽\Form1.Designer.cs
?????文件????????6689??2011-10-11?15:58??山寨靜聽\Form1.resx
?????目錄???????????0??2011-10-31?22:16??山寨靜聽\obj\
?????目錄???????????0??2011-10-31?22:16??山寨靜聽\obj\Debug\
?????文件???????61440??2011-10-11?17:11??山寨靜聽\obj\Debug\AxInterop.WMPLib.dll
?????文件??????339968??2011-10-11?17:11??山寨靜聽\obj\Debug\Interop.WMPLib.dll
?????目錄???????????0??2011-10-11?14:06??山寨靜聽\obj\Debug\TempPE\
?????文件????????1043??2011-10-11?17:12??山寨靜聽\obj\Debug\山寨靜聽.csproj.FileListAbsolute.txt
?????文件?????????847??2011-10-11?17:11??山寨靜聽\obj\Debug\山寨靜聽.csproj.GenerateResource.Cache
?????文件?????????544??2011-10-11?17:11??山寨靜聽\obj\Debug\山寨靜聽.csproj.ResolveComReference.cache
?????文件???????12800??2011-10-11?17:11??山寨靜聽\obj\Debug\山寨靜聽.exe
?????文件?????????707??2011-10-11?17:11??山寨靜聽\obj\Debug\山寨靜聽.Form1.resources
?????文件???????24064??2011-10-11?17:11??山寨靜聽\obj\Debug\山寨靜聽.pdb
?????文件?????????180??2011-10-11?17:11??山寨靜聽\obj\Debug\山寨靜聽.Properties.Resources.resources
?????文件?????????493??2011-10-11?14:06??山寨靜聽\Program.cs
?????目錄???????????0??2011-10-31?22:16??山寨靜聽\Properties\
?????文件????????1356??2011-10-11?14:06??山寨靜聽\Properties\AssemblyInfo.cs
?????文件????????2874??2011-10-11?14:06??山寨靜聽\Properties\Resources.Designer.cs
?????文件????????5612??2011-10-11?14:06??山寨靜聽\Properties\Resources.resx
?????文件????????1097??2011-10-11?14:06??山寨靜聽\Properties\Settings.Designer.cs
............此處省略2個文件信息
評論
共有 條評論