資源簡介
代碼片段和文件信息
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.Media;
using?System.IO;
using?System.Threading;
namespace?音樂播放器
{
????public?partial?class?Form1?:?Form
????{
????????public?int?index?=?1;
????????SoundPlayer?player?=?new?SoundPlayer();
????????Dictionary?dic?=?new?Dictionary();
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????///?
????????///?導(dǎo)入文件
????????///?
????????private?void?tsmiLoading_Click(object?sender?EventArgs?e)
????????{
????????????string?fileName?fileExtensionfileSizetemp;
????????????FileInfo?fi=null;
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????53760??2012-06-24?11:17??音樂播放器\bin\Debug\AxInterop.WMPLib.dll
?????文件?????331264??2013-03-29?17:29??音樂播放器\bin\Debug\Interop.WMPLib.dll
?????文件??????17920??2014-01-14?17:02??音樂播放器\bin\Debug\音樂播放器.exe
?????文件??????42496??2014-01-14?17:02??音樂播放器\bin\Debug\音樂播放器.pdb
?????文件??????11600??2014-01-14?17:04??音樂播放器\bin\Debug\音樂播放器.vshost.exe
?????文件????????490??2010-03-17?22:39??音樂播放器\bin\Debug\音樂播放器.vshost.exe.manifest
?????文件???????3725??2012-04-04?12:53??音樂播放器\Form1.cs
?????文件???????9049??2012-04-04?12:53??音樂播放器\Form1.Designer.cs
?????文件???????6219??2012-04-04?12:53??音樂播放器\Form1.resx
?????文件???????4385??2014-01-14?16:35??音樂播放器\Form2.cs
?????文件??????11772??2014-01-14?16:35??音樂播放器\Form2.Designer.cs
?????文件???????6897??2014-01-14?16:35??音樂播放器\Form2.resx
?????文件??????53760??2012-06-24?11:17??音樂播放器\obj\x86\Debug\AxInterop.WMPLib.dll
?????文件??????10808??2014-01-14?16:10??音樂播放器\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????6571??2014-01-14?17:02??音樂播放器\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????242??2012-06-24?11:17??音樂播放器\obj\x86\Debug\GenerateResource.read.1.tlog
?????文件????????618??2012-06-24?11:17??音樂播放器\obj\x86\Debug\GenerateResource.write.1.tlog
?????文件?????331264??2013-03-29?17:29??音樂播放器\obj\x86\Debug\Interop.WMPLib.dll
?????文件???????2677??2014-01-14?17:04??音樂播放器\obj\x86\Debug\音樂播放器.csproj.FileListAbsolute.txt
?????文件???????1033??2014-01-14?16:47??音樂播放器\obj\x86\Debug\音樂播放器.csproj.GenerateResource.Cache
?????文件????????729??2013-03-29?17:29??音樂播放器\obj\x86\Debug\音樂播放器.csproj.ResolveComReference.cache
?????文件??????17920??2014-01-14?17:02??音樂播放器\obj\x86\Debug\音樂播放器.exe
?????文件????????180??2013-03-29?17:33??音樂播放器\obj\x86\Debug\音樂播放器.Form1.resources
?????文件????????701??2014-01-14?16:47??音樂播放器\obj\x86\Debug\音樂播放器.Form2.resources
?????文件??????42496??2014-01-14?17:02??音樂播放器\obj\x86\Debug\音樂播放器.pdb
?????文件????????180??2013-03-29?17:33??音樂播放器\obj\x86\Debug\音樂播放器.Properties.Resources.resources
?????文件????????496??2014-01-14?17:02??音樂播放器\Program.cs
?????文件???????1362??2012-04-03?20:06??音樂播放器\Properties\AssemblyInfo.cs
?????文件???????2880??2012-04-03?20:06??音樂播放器\Properties\Resources.Designer.cs
?????文件???????5612??2012-04-03?20:06??音樂播放器\Properties\Resources.resx
............此處省略14個文件信息
- 上一篇:C#基于LumiSoft 實現(xiàn)SIP客戶端
- 下一篇:C#多媒體播放器
評論
共有 條評論