Results 1 to 3 of 3

Thread: [RESOLVED] Moving Menus

  1. #1

    Thread Starter
    Frenzied Member mickey_pt's Avatar
    Join Date
    Sep 2006
    Location
    Corner of the Europe :)
    Posts
    1,959

    Resolved [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...

    Rate People That Helped You
    Mark Thread Resolved When Resolved

  2. #2
    PowerPoster
    Join Date
    Mar 2002
    Location
    UK
    Posts
    4,780

    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.

  3. #3

    Thread Starter
    Frenzied Member mickey_pt's Avatar
    Join Date
    Sep 2006
    Location
    Corner of the Europe :)
    Posts
    1,959

    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

    Rate People That Helped You
    Mark Thread Resolved When Resolved

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width