【问题标题】:How do I show a messagebox in Windows 8/RT xaml? [duplicate]如何在 Windows 8/RT xaml 中显示消息框? [复制]
【发布时间】:2012-12-22 16:33:19
【问题描述】:

可能重复:
Do Windows 8 Store apps have a MessageBox equivalent?

是否有与此代码等效的代码:

If MessageBox.Show("Text","Title", MessageBoxButtons.YesNo) = MessageBoxButton.No Then
   Blah()
End If

我到处寻找类似的东西,但没有运气。

【问题讨论】:

    标签: .net vb.net windows-runtime winrt-xaml


    【解决方案1】:

    MessageDialog 类可以实现这一点。

    【讨论】:

      猜你喜欢
      • 2016-06-10
      • 2011-04-11
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多