Search code examples
c#.netwindowswindows-8popup

Windows 8 metro app - pop up alert with an OK button using C#?


I'm writing a register screen that will pop up an error alert when the login information is not correct.


Solution

  • Consider reading this article on adding Message Boxes to Metro based applications:

    http://msdn.microsoft.com/en-us/library/windows/apps/hh738361.aspx