Click here to Skip to main content
15,898,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have an application in VB.Net with three forms:

Form 1 contains buttons to click for clients to get a ticket number

Form2 is for use by the administration staff to call next ticket number

Form 3 contains statistics of the above two activities

What is the code to deploy so taht users only see Form1 on their screen, the staff can only see the form related to their activity , while manager would be ale to see all three
Posted
Comments
Aydin Homay 25-Apr-13 10:11am    
Hi

I understand you want set permission to access forms with end users if yes ? so you should use database for create and save your system user accounts and they permission access level. You can create three table for this purpose.
Table1: your user accounts
Table2: your application form names
Table3: relation between users and application forms

Best Regards.
[no name] 25-Apr-13 11:14am    
Your question has nothing to do with deployment of your application and you would need to write some code.

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