登录
首页 » C# » wpf播放音乐文件(SoundPlayer )

wpf播放音乐文件(SoundPlayer )

于 2019-07-08 发布
0 164
下载积分: 1 下载次数: 1

代码说明:

wpf播放音乐文件(SoundPlayer )

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • WPF动画(小人快跑)源码下载
    WPF动画(小人快跑)源码下载
    2015-06-26下载
    积分:1
  • C#车牌识别参考(数字图像处理)
    C#车牌识别参考(数字图像处理)
    2019-03-25下载
    积分:1
  • 运动控制六轴运动
    运动控制六轴运动
    2019-05-16下载
    积分:1
  • winform窗体之间传值的实现 示例下载
    利用public属性实现winform窗体传值,具体示例见截图
    2012-12-24下载
    积分:1
  • STM32F103系列IO操作-LED流水灯
    STM32F103系列IO操作-LED流水灯
    2020-02-18下载
    积分:1
  • C#连接mysql 示例代码类源码下载
    C#连接mysql
    2015-03-22下载
    积分:1
  • .NET_4.5.1_开源代码
    .NET_4.5.1_开源代码
    2019-12-24下载
    积分:1
  • DotRas EnablingDiagnosticLogging示例源码
    DotRas EnablingDiagnosticLogging示例源码
    2014-03-17下载
    积分:1
  • 关于datagridview控件的简单例子,更容易理解一些
    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;namespace DataGridViewSample{ public partial class Form1 : Form { public static List Tests = new List(); public Form1() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs e) { this.dataGridView1.DataSource = Tests; } private void button1_Click(object sender, EventArgs e) { frmAdd form = new frmAdd(null); if (form.ShowDialog() == DialogResult.OK) { this.dataGridView1.DataSource = null; this.dataGridView1.DataSource = Tests; } } private void button2_Click(object sender, EventArgs e) { if (this.dataGridView1.SelectedRows != null) { frmAdd form = new frmAdd(new Test( Convert.ToInt32(this.dataGridView1.SelectedRows[0].Cells[0].Value), Convert.ToDecimal(this.dataGridView1.SelectedRows[0].Cells[1].Value), Convert.ToDateTime(this.dataGridView1.SelectedRows[0].Cells[2].Value), this.dataGridView1.SelectedRows[0].Cells[3].Value.ToString())); if (form.ShowDialog() == DialogResult.OK) { this.dataGridView1.DataSource = null; this.dataGridView1.DataSource = Tests; } } } private void button3_Click(object sender, EventArgs e) { //使用前面示例中的代码,用DataGridView或者List来做导出都是可以的 } } public class Test { public Test(int id, decimal voltage, DateTime record, string remark) { ID = id; Voltage = voltage; Record = record; Remark = remark; } public int ID { get; set; } public decimal Voltage { get; set; } public DateTime Record { get; set; } public string Remark { get; set; } }}
    2015-06-11下载
    积分:1
  • 于EF+MVC+BBootstrap的通用后台管理系统及架构(源码+数据库脚本)
    基于EF+MVC+BBootstrap的通用后台管理系统及架构(源码+数据库脚本)
    2019-09-18下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载