• 大小: 2.11M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 播放器  C#  WMP  

资源简介

调用系统WMP制作的音乐播放器

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Diagnostics;

namespace Player
{
    public partial class about : Form
    {
        Form1 f = new Form1();
        private Point offset;
        public about()
        {
            InitializeComponent();
        }

        private void button1_Click(object sender EventArgs e)
        {
            this.Close();
        }

        private void linkLabel1_linkClicked(object sender linkLabellinkClickedEventArgs e)
        {
            Process.Start(“http://gsanweb.cn“);
        }

        private void about_MouseDown(object sender M

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2016-11-23 10:46  Player\
     目录           0  2016-11-23 10:46  Player\.vs\
     目录           0  2016-11-23 10:46  Player\.vs\Player\
     目录           0  2016-11-23 10:46  Player\.vs\Player\v14\
     文件       73728  2017-02-07 22:45  Player\.vs\Player\v14\.suo
     目录           0  2016-11-23 10:46  Player\Player\
     文件         987  2015-12-31 22:33  Player\Player.sln
     文件       54784  2016-07-26 12:44  Player\Player.v12.suo
     文件        2624  2016-08-24 22:23  Player\Player\about.cs
     文件        8663  2016-08-24 22:23  Player\Player\about.Designer.cs
     文件        6011  2016-08-24 22:23  Player\Player\about.resx
     文件         187  2015-12-31 22:33  Player\Player\App.config
     目录           0  2016-11-23 10:46  Player\Player\bin\
     目录           0  2016-11-23 10:46  Player\Player\bin\Debug\
     文件       53760  2015-12-31 22:35  Player\Player\bin\Debug\AxInterop.WMPLib.dll
     文件      330752  2016-10-14 12:57  Player\Player\bin\Debug\Interop.WMPLib.dll
     文件      800768  2016-10-14 12:59  Player\Player\bin\Debug\Player.exe
     文件         187  2015-12-31 22:33  Player\Player\bin\Debug\Player.exe.config
     文件       65024  2016-10-14 12:59  Player\Player\bin\Debug\Player.pdb
     文件       22696  2017-02-07 14:04  Player\Player\bin\Debug\Player.vshost.exe
     文件         187  2015-12-31 22:33  Player\Player\bin\Debug\Player.vshost.exe.config
     文件         490  2016-07-16 19:44  Player\Player\bin\Debug\Player.vshost.exe.manifest
     目录           0  2016-11-23 10:46  Player\Player\bin\Release\
     文件       53760  2016-06-18 22:59  Player\Player\bin\Release\AxInterop.WMPLib.dll
     文件        1328  2016-06-19 00:05  Player\Player\bin\Release\AxInterop.WMPLib.reg
     文件      330752  2016-08-12 14:57  Player\Player\bin\Release\Interop.WMPLib.dll
     文件        5329  2016-06-19 00:05  Player\Player\bin\Release\Interop.WMPLib.reg
     文件      451584  2016-08-12 15:13  Player\Player\bin\Release\Player.exe
     文件         187  2015-12-31 22:33  Player\Player\bin\Release\Player.exe.config
     文件       52736  2016-08-12 15:13  Player\Player\bin\Release\Player.pdb
     文件       22696  2016-08-12 15:14  Player\Player\bin\Release\Player.vshost.exe
............此处省略87个文件信息

评论

共有 条评论