












呵呵,比如输错文字,提醒一下:)
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。
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。