c# - winforms - 无法让 Windows 讲述人阅读消息框内容

标签 c# winforms messagebox narrator

我有一个简单的消息框:

MessageBox.Show(this, "bla bla bla", "banana man", MessageBoxButtons.OKCancel, MessageBoxIcon.Warning, MessageBoxDefaultButton.Button1, options);

出于某种原因,我无法让 Windows 讲述人阅读其内容(“bla bla bla”)。 知道如何解决这个问题吗?

谢谢, 李

最佳答案

“讲述人”是一个非常基本的屏幕阅读器,在很多情况下都不够智能。我不确定是否有可能支持叙述者阅读此内容。 This可能会给你更多的细节。

参见 here如果对您有帮助。

enter image description here

关于c# - winforms - 无法让 Windows 讲述人阅读消息框内容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7106822/

相关文章:

javascript - 需要双击复选框进行勾选

c# - 通过 HTTP 代理的双向通信

c# - 传递给 IDisposable 对象的引用的类是否也应该是 IDisposable 并在处置时将它们设置为 null?

c# - Devexpress Winforms 数据 GridView : Deactivate "Drag Column Header here to group by that column"-Option

c++ - 以编程方式检测 MessageBox 是否在 Windows CE 中打开

c# - 自定义事件在运行数小时后在 Azure 数据工厂中失败

c# - 将数据从服务器发送回客户端

c# - 对于名为 "Misc"的类别,CategoryAttribute 返回 "Default"

c# - 我可以向 C# MessageBox 添加控件吗?

winforms - 在 Winforms for Vista 中为 MessageBox.Show(...) 格式化消息的最佳实践