
How to make menu in MDI child appear together with MDI form
Quote:
>> Hello
>> I have create a MDI form with a child form, each form has its own menu,
>but
>> when I show the child form, In parent form only display the child menu
>and
>> the original one disappear, I want both appear, please help
>> Thanks,
>> Joshua
>That's how it works. You have two choices:
>1. duplicate the parent menu on each child form and delegate when clicked
>2. put each child menu on the parent, have no menus on the child forms, and
>toggle the Visible properties as needed when each child is activated to
>make the appropriate menus appear.
Duplicating the child menu on the parent can be accomplished easily by
opening both forms in a text editor (like notepad or an equivalant)
and copy/paste the menu code into the parent. Much faster than
rebuilding using the menu editor.
HTH
Paul Sprague
Digitech Solutions
Email replies to this post are automatically sent to dev null
Send mail to: psprague AT digitech DOT net