Click here to Skip to main content
15,897,273 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I Created a project and want to provide a solid user authentication and authorization method.
Here is an admin and other user, admin provide authorization of resources.
Plz discuss the dynamic scenario behind user authorization in window apps.

Thanks ;)
Posted
Updated 3-Dec-10 6:28am
v2

I wrote an article about WinForms log-in:

User Login For WinForm Applications[^]

...as well as a tip/trick for displaying subsequent forms:

Multiple Subsequent "Main" Forms in C# Apps[^]

Maybe one/both of these items will help you.

 
Share this answer
 
v2
Thnaks to John Simmons / outlaw programmer and sandipapate.

Now i am going to read your suggestion and will put comment after imlemtn and finish it.

Thanks
:)
 
Share this answer
 
U can use Settings available in properties for storing n providing admin setting or via app.config.

Also, check these things in u r LOG IN application form's Form_Load method to decide these is admin or normal user.

For further clearly say what criteria's used r for specifying user credentials?
 
Share this answer
 
Comments
Toli Cuturicu 3-Dec-10 13:16pm    
No txtspk here on CodeProject! Use it on your blog!
fjdiewornncalwe 3-Dec-10 14:43pm    
This would really be more appropriate as a comment to the question as it doesn't really answer the question at hand. Cheers.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900