Is there a way to turn off the sound that the Messagebox plays when it is displayed in WP7?
|
feedback
|
|
There's no way to change this behaviour with the Silverlight MessageBox class. If, however, you use Guide.BeginShowMessageBox (from the XNA libraries) you can control whether sounds are played or not. | |||
|
feedback
|
|
No, currently there is no way you can disable the sound that is triggered by the With XNA's async version you can do this, though (as mentioned by Matt):
Here, Note: you need yo add a reference to | ||||
|
feedback
|