MDI with main menu
-
Good afternoon... Currently, we are using MDI(multiple document interface) in VB.Net. We have a parent form named frmMain and it has a main menu. Under the parent form's main menu, it has the following menu items like Data, Figures, Tools, Help, etc... Each of the children's forms have also a main menu under them. But when we run the application and open a child form, the child form's menu items appear in the parent form and no longer at the child's form. How can I make the children's menu items appear in their forms? Are there limitations in MDI? What are they? Can you give an advice? Thank you in advance....
-
Good afternoon... Currently, we are using MDI(multiple document interface) in VB.Net. We have a parent form named frmMain and it has a main menu. Under the parent form's main menu, it has the following menu items like Data, Figures, Tools, Help, etc... Each of the children's forms have also a main menu under them. But when we run the application and open a child form, the child form's menu items appear in the parent form and no longer at the child's form. How can I make the children's menu items appear in their forms? Are there limitations in MDI? What are they? Can you give an advice? Thank you in advance....
Using the MDI model built into Windows Form, you can't. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
-
Using the MDI model built into Windows Form, you can't. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome