-
大小: 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_
相关资源
- Programming C# 5.0-Building Windows 8 无水印
- 精通Windows 3D图形编程
- C#WinForm人事管理系统开发实录
- Visual Studio 2015(C#) Windows数据库项目
- C# 先检测出指定磁盘的容量,然后根
- Unity Windows Speech
- C# 做的WINDOWS窗体程序-简易计算器
- C#绘图程序,类似windows绘图工具
- 画图板C#源码(有点像Windows画图)
- C# winform文件目录复制 带进度条 类似
- Windows任务管理器
- C#Windows窗体一元二次方程求解程序
- 用C# 模仿 WINDOWS计算器 编写的 计算器
- C#仿Windows可折叠导航栏
- c#仿Windows任务管理器
- c#实现Windows剪贴板监视器
- winform制作windows普通计算器
- WPF中不规则窗体与WindowsFormsHost控件的
- C#版的FtpClient客户端Socket实现(可以登
- (C#)Windows Shell 外壳编程系列
- C# 计算器 仿windows计算器
- Asp.net(C#) 创建windows服务并定时执行
- c#计算器实现 仿windows计算器
- C# windows窗体程序 通讯录
- c# icon 图标 特效 WINDOWS任务栏 动态生
- C# Windows窗体程序 连接 Access数据库增
- c# wpf 实现文件上传功能
- C#计算器堆栈版
- c# SetWindowsHookEx 钩子
- vs2010 C# 计算器仿 Windows 自带的计算器
评论
共有 条评论