HowTo: Coordinate MDI & MDI Child Forms Menus in VB.NET
In VB6 when you launced a MDI Child form, it's menu would appear in it's MDI Form's menu space. NOW, it Adds to the MDI Forms Menu Area.
How can I Turn Off the MDI Form Menu before Launching the MDI Child Form?
Remember, I want to restore it when returning from the Child Form Back to the MDI Main Form.

