-
大小: 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_
評論
共有 條評論