winforms - c# Cafe Manager Application That requires login and runs at startup -
i trying create application (windows form) internet cafe managment runs @ startup of each client , asks login credentials. running server application @ counter system. have database in server , clients can access through wcf application. problem how run @ system startup , allow people use system after entering right credentials. no other activities should take place without entering credentials.and cannot closed.
my guess reinventing wheel (this has been solved many times) if want roll own here things at:
- look @ creating replacement windows shell (look here too)
- running app at startup
- running at logon
- setting of winforms app system modal (use form dominate screen until auth happens)
your question broad , there many ways achieve you're looking for. can clean , complex while others dirty hacks (system modal form) simpler implement.
Comments
Post a Comment