利用System.Media来做声音提醒

呵呵,比如输错文字,提醒一下:)
using System.Media;

private void buttonBeep_Click(object sender, EventArgs e)
{
  SystemSounds.Beep.Play();
}

private void buttonExclamation_Click(object sender, EventArgs e)
{
  SystemSounds.Exclamation.Play();
}

private void buttonAsterisk_Click(object sender, EventArgs e)
{
  SystemSounds.Asterisk.Play();
}

private void buttonQuestion_Click(object sender, EventArgs e)
{
  SystemSounds.Question.Play();
}

private void buttonHand_Click(object sender, EventArgs e)
{
  SystemSounds.Hand.Play();
还有好多:)
郁闷,我的博客出了BUG。

posted on 2006-07-22 18:14 萝卜青菜 阅读(263) 评论(1) 编辑 收藏

评论

#1楼[楼主]  回复 引用 查看   

哈哈哈~ 今天的任务,就是无聊、发呆、整理.net2.0的一些小技巧:)
都是亲身用过、经历过的:) 哈哈~
2006-07-22 18:16 | 萝卜青菜      

导航

<2006年7月>
2526272829301
2345678
9101112131415
16171819202122
23242526272829
303112345

公告

昵称:萝卜青菜
园龄:6年3个月
粉丝:0
关注:0

搜索

 
 

常用链接

随笔分类(55)

文章分类(3)

积分与排名

  • 积分 - 0
  • 排名 - 67422

最新评论

推荐排行榜