-
[RESOLVED] Moving Menus
Hello
Need some help, i have an application that has a "big" toolstripmenu, with a lot of sub-menus, now i have to merge some of the sub-menus.
The problem it's that the only way that i know to merge, it's cut and paste, and then every event handler of the menus loses the caller event... :(
There's another way of doing this?
I have around 3000 lines of code just to handle all menu calls...
-
Re: Moving Menus
You could edit the designer file manually if you feel up to it. Theres a straight forward hierarchy in there adding a menu to a parent. If you are only changing the main parent you can likely just drag most of the addrange (I think it is) over into the other parent. Of course, ensure you have backups if you try this, I find it fairly easy, but if your new to it, any single character can break it.
-
Re: Moving Menus
Thanks for the answer...
Yesterday at end of the day i looked to the designer, then i went home and i totally forgot about that option, i just need to set the addrange of the new toolstripmenu to point to the menus i need under it.
Thanks for the reminder :)