windows-phone-7 – Windows phone 7 messageBox声音

前端之家收集整理的这篇文章主要介绍了windows-phone-7 – Windows phone 7 messageBox声音前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
是否有任何方法可以禁用messageBox显示时发出的声音?

解决方法

有一种方法 – 您必须使用XNA显示MessageBox

有几篇文章

> http://www.danielmoth.com/Blog/GuideBeginShowMessageBox-Wrapper.aspx(感谢@mrlacey/@wpug链接)
> http://dotnet.dzone.com/articles/delivering-message-using

您需要使用MessageBoxIcon方法

MessageBoxIcon is in fact not an icon (yeah,I know – the name says so). On Windows Phone 7,it will define the short sound that will accompany the message. And here you have several choices: Alert,None,Error,Warning

但是,请注意,使用XNA方法有点尴尬,因为它们是非阻塞方法(您可能还需要查看它们如何与后退按钮进行交互)

有些人也写了自己的留言箱 – 例如http://blogs.microsoft.co.il/blogs/tomershamam/archive/2010/10/19/windows-phone-7-custom-message-box.aspx

猜你在找的Windows相关文章