Good afternoon...

I'm using vb.net and I have an mdi parent form that has a main menu. It's child form also has it's main menu. But when I run the application and open a child form, the child's menu items display or appear at the parent form together with the menu items of the parent. The menu items of the child are placed at the last part of the last menu item.. How can I resolve this problem? Are there limitations in MDI?

Thanks in advance....