|
Form with drop-down menu
As file edit
---------------------------
Open copy
Exit delete
I need to set user permissions, ie the visibility of the menu, permissions can be changed at any time
I store the characters "open" and "exit" in the database, or the menuitem names corresponding to these characters. How can I find the menuitem position of the players in the program based on these contents, and the drop-down box has a findcontrolbyvalue method. Is there a similar way for meunuitem? |
|