Code Comments
Programming Forum and web based access to our favorite programming groups.It you have used MDIForms you should know that if you have a menu on the parent form and one on the child form, when the child form is loaded it replases the menu on the parent form with its own. I am wanting to make it do that with not only the menu but also the toolbar which I have on both forms. Anyone got any idea how I can do this?
Post Follow-up to this message<peter_v_1998@yahoo.com> wrote in message news:1138320257.590507.38780@g43g2000cwa.googlegroups.com... > It you have used MDIForms you should know that if you have a menu on > the parent form and one on the child form, when the child form is > loaded it replases the menu on the parent form with its own. Yes. > > I am wanting to make it do that with not only the menu but also the > toolbar which I have on both forms. Add the child-specific menus to the child forms (not the main form.) The main form typically has File and Help (with the rest appearing in as child forms are activated in the MDI.) Toolbars are hidden and shown manually in the GotFocus event of each child. > > Anyone got any idea how I can do this? >
Post Follow-up to this messageOk, I have no problems with the menus, they are working fine. I am wanting to know if it is possible to get the toolbars working like the menus so I dont need to have more that one toolbar on the main form as it will make things more complicated since I am having more than one instanse of a form loaded. David J Mark wrote: > <peter_v_1998@yahoo.com> wrote in message > news:1138320257.590507.38780@g43g2000cwa.googlegroups.com... > > Yes. > > > Add the child-specific menus to the child forms (not the main form.) The > main form typically has File and Help (with the rest appearing in as child > forms are activated in the MDI.) Toolbars are hidden and shown manually i n > the GotFocus event of each child. >
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.