Hi All;
I have a MDI application with some menus to load some child forms. I used to disable the menu after the child form loaded. I couldn't access the menus except if the form is child but I want to access some menus and public subs in the MDI form from another child or none child form. How could I do that.
Note: I use DirectCast from the child form to access a MDI form's menus.