I have been surfing the web and MSDN for the equivalent java method JOptionPane.showInputDialog() for Windows Phone 7 but cannot find one. I simply want an input dialog box to appear if the user has achieved a high score, so that the user may enter their name.
Thanks!
CodeKingPlusPlus
Hey you might want to check out the Coding4Fun toolkit for Windows Phone 7. Included in the toolkit is a InputPrompt control, which is exactly what you need in this case. It’s also free.
If you need help getting started check out this article which contains an overview on all the controls included in the toolkit.