Logout from an desktop application to change user in C#.net
Posted
by Sadequzzaman Monoh
on Stack Overflow
See other posts from Stack Overflow
or by Sadequzzaman Monoh
Published on 2009-12-10T10:55:21Z
Indexed on
2010/04/06
20:03 UTC
Read the original article
Hit count: 312
I have designed an desktop application using C#.net that has many users. Each USer has specific rights. The User logs into the system when the application first starts and the UserID number is stored and used throughout the app., but when they want to change user (UserID) they have to close the system down and start again. How would I go about creating a 'log out' - 'login' function that keeps the main form open but disabled allowing a new user to login?
© Stack Overflow or respective owner