C#播放指定的声音内有详细的步骤说明非常适合新手学习亲自测试能用 C#播放指定的声音内有详细的步骤说明非常适合新手学习亲自测试能用第一步在界面中添加axWindowsMediaPlayer1控件第二步添加引用AxInterop.WMPLib.dll和Interop.WMPLib.dll第三步写一个声音函数调用声音文件
通过TXT文本修改登录密码.rar string oldpassword = tb_oldPwd.Text; string newpassword = tb_newPwd.Text; string repeatpassword = tb_conPwd.Text; if (oldpassword != common.password)
华容道C#源代码.rar using System; using System.Drawing; using System.Windows.Forms; namespace 华容道 { public partial class Form1 : Form { private readonly int[,] A = new in
俄罗斯方块C#源代码.rar using System.Drawing; //add namespace 俄罗斯方块 { internal class Game { public const int BlockImageWidth = 21; //方砖中每个小方格的大小 public const int BlockImageHe
贪吃蛇csharp源代码.rar using System; using System.Collections; using System.Drawing; namespace 贪吃蛇 { /// /// snake 的摘要说明。 /// public class Snake { private ArrayList blockLis
扫雷有限C#源代码.rar using System; using System.Drawing; using System.Windows.Forms; namespace Mine { public partial class Form1 : Form { private int CostTime; //所用时间 priv
自动出题自动生成EXCEL表格 private void Save2Excel() { //string file = "F:\\11\\ck.xlsx"; //string path = "F:\\11\\excel\\"; string time = DateTime.Now.ToStr