如何禁用C#的消息框提示音? [英] How do I disable the c# message box beep?

查看:404
本文介绍了如何禁用C#的消息框提示音?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

每当触发在我的C#程序中使用一个消息我从我的电脑一个非常恼人的蜂鸣声。如何使用C#code我禁用此提示音。

在code我现在用的是很简单的。

 的MessageBox.show(文字);
 

解决方案

从搜索我做它看起来像蜂鸣声已硬连线到Win32的消息框功能:

  • <一个href="http://bytes.com/topic/c-sharp/answers/269836-turn-off-beep-when-messagebox-show">Bytes
  • VB论坛

所以,你需要可以写你自己的方法或停止在硬件的提示音。前者将适用于每个人,后者只为你。

Whenever trigger a messagebox used in my C# program I get a very annoying beep from my computer. How do I disable this beep using C# code.

The code I am using is very simple.

MessageBox.show("text");

解决方案

From the searching I've done it looks like the beep is hardwired into the Win32 message box function:

So you need to either write your own method or stop the beep in the hardware. The former will work for everyone, the latter just for you.

这篇关于如何禁用C#的消息框提示音?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆