I am creating a windows application where some users will not be able to run the application, and some will have supervisory rights.
What's the best way to do this in vb.net?
Gary can use the program.
Jill can not.
Jim can use the program but he gets more menu choices then Gary.
I was going to have them log into the program, but then I thought about retrieving their user name from the XP system they are currently on. Everyone has his own PC.
Would I keep a database somewhere for who can use the program, or can I use Active Directory somehow.
This is my first production app in .net. VB6 was much easer for me.
Any help would be great.
Thanks
Gary
What's the best way to do this in vb.net?
Gary can use the program.
Jill can not.
Jim can use the program but he gets more menu choices then Gary.
I was going to have them log into the program, but then I thought about retrieving their user name from the XP system they are currently on. Everyone has his own PC.
Would I keep a database somewhere for who can use the program, or can I use Active Directory somehow.
This is my first production app in .net. VB6 was much easer for me.
Any help would be great.
Thanks
Gary