[RESOLVED] Need any idea (Menustrip)
Hi folk,
i am developing an MDI app. There a 3 access levels (Admin, User Nobody)
I have an MenuToolStrip for Admin which contains all possible menues
User has only access to a subset of admin menues
Nobody sees only Login and Info
In the moment i am using an SELECT and switch the menues on/off depending of the access level.
Is there also an possibility and if yes makes it sense to use it, creating 3 MenueTooolStripMenuBars and depending of accesslevel switching on and off?
Thanks for your input in advance
Re: Need any idea (Menustrip)
Well you could use the .Show and .Hide abilities. This way you could pop up the required toolstrip when a certain person is logged on.