Fork me on GitHub
摘要: 1、调用系统的声音来提示用户System.Media.SystemSounds.XXX.Play();2、播放波形文件WAV格式 if (this.openFileDialog1.ShowDialog() == DialogResult.OK) { SoundPlayer player = new SoundPlayer(); player.SoundLocation = this.openFileDialog1.FileName; //player.LoadAs... 阅读全文
posted @ 2013-09-08 21:09 种花生的读书人 阅读(263) 评论(0) 推荐(0)

该博客仅作为记录笔记,转载随意