I have a menu structure already set up on a form and I want to programatically enable or disable certain menu items using a database.
I have got to the last stage where I have a class of AllowedMenu and CodeNames (which match the toolstripmenuitems exactly), and all I want to do it convert the CodeName into a ToolStripMenuItem from a String.
How could I do this?
Seem to have found something that works…
Thanks all..