• 大小: 0.20M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: 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.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();
        }

        /// 
        /// 导入文件
        /// 

        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个文件信息

评论

共有 条评论