Display small form while main form is "locked"

Posted by daemonsvk on Stack Overflow See other posts from Stack Overflow or by daemonsvk
Published on 2010-06-17T17:27:14Z Indexed on 2010/06/17 17:33 UTC
Read the original article Hit count: 257

Filed under:
|
|
|

Hi there, i'm thinking about writing a WPF program that would require login and password at the app startup. I thought about small form with two textboxes as a login form. User will have to fill in his details and then the main form of the application will be unlocked. How will you solve this?

Thanks for your answers, daemonsvk

© Stack Overflow or respective owner

Related posts about c#

Related posts about wpf