• 大小: 14.98M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: 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.Collections;
using System.IO;
using System.Runtime.Serialization.Formatters.Binary;
using System.Configuration;
using System.Media;


namespace 音乐播放器
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }
        #region 窗体加载事件 加载内容
        private void Form1_Load(object sender EventArgs e)
        {
            #region 设置默认播放列表
            Directory.CreateDirectory(@“d:\cloud“);             //建立默认文件夹
            FileInfo fi = new FileInfo(@“d:\cloud\info.list“);   //声明文件对象
            if (fi.Exists

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-05-25 22:31  bin\
     目录           0  2017-05-25 22:31  bin\Debug\
     文件       53760  2014-03-26 16:10  bin\Debug\AxInterop.WMPLib.dll
     文件      330752  2014-03-26 16:10  bin\Debug\Interop.WMPLib.dll
     文件     3861504  2014-03-26 16:10  bin\Debug\音乐播放器.exe
     文件       46592  2014-03-26 16:10  bin\Debug\音乐播放器.pdb
     文件       11600  2014-03-26 16:10  bin\Debug\音乐播放器.vshost.exe
     文件         490  2012-06-02 22:34  bin\Debug\音乐播放器.vshost.exe.manifest
     文件       18740  2013-12-24 12:53  Form1.cs
     文件       22474  2013-12-24 12:53  Form1.Designer.cs
     文件     5439273  2013-12-24 12:53  Form1.resx
     文件        4945  2007-07-18 09:38  from.gif
     文件        1463  2013-12-24 12:41  Help.cs
     文件        4153  2013-12-24 12:41  Help.Designer.cs
     文件        5817  2013-12-24 12:41  Help.resx
     文件         452  2014-03-26 11:12  Help2.cs
     文件        1668  2014-03-26 11:12  Help2.Designer.cs
     文件        5817  2014-03-26 11:12  Help2.resx
     目录           0  2017-05-25 22:31  obj\
     目录           0  2017-05-25 22:31  obj\x86\
     目录           0  2017-05-25 22:31  obj\x86\Debug\
     文件       53760  2014-03-26 16:10  obj\x86\Debug\AxInterop.WMPLib.dll
     文件       11010  2014-03-26 11:14  obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
     文件        6638  2017-05-25 22:31  obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
     文件         908  2013-12-24 12:55  obj\x86\Debug\GenerateResource.read.1.tlog
     文件        1950  2013-12-24 12:55  obj\x86\Debug\GenerateResource.write.1.tlog
     文件      330752  2017-05-25 22:31  obj\x86\Debug\Interop.WMPLib.dll
     目录           0  2017-05-25 22:31  obj\x86\Debug\TempPE\
     文件        5120  2013-12-13 09:10  obj\x86\Debug\TempPE\Properties.Resources.Designer.cs.dll
     文件        5127  2014-03-26 16:10  obj\x86\Debug\音乐播放器.csproj.FileListAbsolute.txt
     文件        1196  2014-03-26 16:10  obj\x86\Debug\音乐播放器.csproj.GenerateResource.Cache
............此处省略19个文件信息

评论

共有 条评论