【问题标题】:winforms - Can't get windows narrator to read message box contentwinforms - 无法让 Windows 讲述人阅读消息框内容
【发布时间】:2011-10-29 17:26:40
【问题描述】:

我有一个简单的消息框:

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

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

谢谢, 李

【问题讨论】:

    标签: c# winforms messagebox narrator


    【解决方案1】:

    讲述人是一个非常基本的屏幕阅读器,在很多情况下都不够智能。我不确定是否有可能支持叙述者阅读此内容。 This 可能会为您提供更多详细信息。

    如果对您有帮助,请查看here

    【讨论】:

      猜你喜欢
      • 2019-01-08
      • 2011-03-13
      • 1970-01-01
      • 2020-09-23
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-03-27
      • 2019-10-29
      相关资源
      最近更新 更多