简单的c#播放器! using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using QuartzTypeLib;//播放器 using System.Runtime.InteropServices;//播放声音 name
此程序可以是用VS2008开发的,语言为C#,运行环境Window Mobile 6的模拟器。效果良好。 private void menuItem7_Click(object sender, EventArgs e) {//打开 textBox1.ReadOnly = false;//textBox1设置为非只读 DialogResult result = new DialogResult(); if (textBox1.Modified == true) result = MessageB