• 大小: 5.96M
    文件类型: .zip
    金币: 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.Runtime.InteropServices;
using System.IO;
using TXTClass;

namespace yinyue
{

    public partial class Form1 : Form
    {
        //txtclass
        //  416  593   42  16
        //36  126
        [DllImport(“user32.dll“)]
        public static extern bool ReleaseCapture();
        [DllImport(“user32.dll“)]
        public static extern bool SendMessage(IntPtr hwnd int wMsg int wParam int lParam);
        public const int WM_SYSCOMMAND = 0x0112;
        public const int SC_MOVE = 0xF010;
        public const int HTCAPTION = 0x0002;
        int mo

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2015-04-28 21:56  音乐\
     文件        4491  2014-10-07 15:01  音乐\6a600c338744ebf8de0bd7c4d8f9d72a6159a7d7.jpg
     目录           0  2015-04-28 21:55  音乐\yinyue\
     目录           0  2015-04-28 21:55  音乐\yinyue\bin\
     目录           0  2015-04-28 21:55  音乐\yinyue\bin\Debug\
     文件       53760  2014-10-04 01:25  音乐\yinyue\bin\Debug\AxInterop.WMPLib.dll
     文件      330752  2014-11-10 11:28  音乐\yinyue\bin\Debug\Interop.WMPLib.dll
     目录           0  2015-04-28 21:55  音乐\yinyue\bin\Debug\lrc\
     文件        1522  2014-12-10 04:23  音乐\yinyue\bin\Debug\lrc\a.Lrc
     文件        1613  2014-12-10 02:49  音乐\yinyue\bin\Debug\lrc\aa.Lrc
     文件        1503  2014-12-10 04:22  音乐\yinyue\bin\Debug\lrc\b.Lrc
     文件       24576  2010-05-16 11:45  音乐\yinyue\bin\Debug\TXTClass.dll
     文件     1792512  2015-01-19 00:01  音乐\yinyue\bin\Debug\yinyue.exe
     文件      155136  2015-01-19 00:01  音乐\yinyue\bin\Debug\yinyue.pdb
     文件       24224  2015-02-06 20:42  音乐\yinyue\bin\Debug\yinyue.vshost.exe
     文件         490  2013-06-18 20:28  音乐\yinyue\bin\Debug\yinyue.vshost.exe.manifest
     文件      108502  2015-01-19 00:01  音乐\yinyue\Form1.cs
     文件      138745  2015-01-19 00:01  音乐\yinyue\Form1.Designer.cs
     文件      235505  2015-01-19 00:01  音乐\yinyue\Form1.resx
     目录           0  2015-04-28 21:55  音乐\yinyue\obj\
     目录           0  2015-04-28 21:55  音乐\yinyue\obj\x86\
     目录           0  2015-04-28 21:55  音乐\yinyue\obj\x86\Debug\
     文件       53760  2014-10-04 01:25  音乐\yinyue\obj\x86\Debug\AxInterop.WMPLib.dll
     文件       10715  2014-11-10 22:25  音乐\yinyue\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
     文件       10445  2015-01-18 23:31  音乐\yinyue\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
     文件        4208  2014-10-09 01:01  音乐\yinyue\obj\x86\Debug\GenerateResource.read.1.tlog
     文件        1090  2014-10-09 01:01  音乐\yinyue\obj\x86\Debug\GenerateResource.write.1.tlog
     文件      330752  2014-11-10 11:28  音乐\yinyue\obj\x86\Debug\Interop.WMPLib.dll
     文件        7897  2014-10-09 00:04  音乐\yinyue\obj\x86\Debug\ResolveAssemblyReference.cache
     目录           0  2015-04-28 21:55  音乐\yinyue\obj\x86\Debug\TempPE\
     文件        8704  2014-10-07 15:02  音乐\yinyue\obj\x86\Debug\TempPE\Properties.Resources.Designer.cs.dll
............此处省略93个文件信息

评论

共有 条评论