Assuming you need to show a MessageBox in an XNA application on WP7,the easiest way is to add System.Windows namespace.
using System.Windows;
Then you need to call "Classic" Show function of MessageBox
Assuming you need to show a MessageBox in an XNA application on WP7,the easiest way is to add System.Windows namespace.
using System.Windows;
Then you need to call "Classic" Show function of MessageBox
|
Here have a look at what we've achieved:
Join the conversation! Your thoughts help the community grow.