Search code examples
c#authenticationwindows-8messagedialog

Login screen in Windows store app - MessageDialog


I'm wondering, how to create login screen to looks like in picture below. It looks like MessageDialog, but I have no idea, how to achieve that kind of stuff. I was searching on net for this, but nothing usefull for total beginner as I am.

enter image description here

I know how to create MessageDialog, but don't know, how to add any textboxes to this dialog. Or maybe is this even not MessageDialog, but some kind of xaml file? As I say'd, i'm total beginner.


Solution

  • This is the CredentialPicker control.

    There's an example of how to use it on MSDN.