3
Answers

Hide some menu items as per user rights

Photo of saeed ahmed

saeed ahmed

6y
776
1
I'm making an application which requires users with different permissions/previleges to login and use the application.For example, if the user is "admin", all menu items in the menu bar are shown and enabled. If the user is say "user1", some of the menu items are to be hidden. The same for "user2", "user3", "user4" and so on.
 
How do it in windows desktop application c# ?
 

Answers (3)