WP7 警报对话框
我见过 WP7 上的应用程序似乎使用了一个控件来调暗应用程序、播放快速声音并在屏幕顶部显示一个对话框。这个控件叫什么名字,因为我似乎在任何地方都找不到它。
I've seen applications on WP7 that seem to use a control that dims the app, plays a quick sound, and shows a dialog at the top of the screen. What is this control called as I cannot seem to find it anywhere.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试 MessageBox.Show
Try MessageBox.Show
此处 是
MessageBox
的更灵活版本Here is a more flexible version of
MessageBox