• 大小: 39.59M
    文件类型: .7z
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: MediaPlayer  windows  

资源简介

windowsmediaplayer自带方法写的,xml的操作实现增删查

资源截图

代码片段和文件信息

using CCWin;
using MediaControlLibrary;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Media;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.xml.Linq;

namespace 音乐播放器
{
    public partial class Form1 : CCSkinMain
    {
        string path = ““;//保存默认路径
        [DllImport(“user32.dll“)]
        private static extern bool AnimateWindow(IntPtr handle int ms int flags);
        public const Int32 AW_HOR_POSITIVE = 0x00000001;
        public const Int32 AW_HOR_NEGATIVE = 0x00000002;
        public const Int32 AW_VER_POSITIVE = 0x00000004;
        public const Int32 AW_

评论

共有 条评论