Hi,

In my (MDI) App, I have created a MainMenu with several
Visible = False Items. These are supposed to be made
visible dependant on which MdiChild is Active. However, I
can only get the MainMenu to Refresh/Update itself during
the Popup event of one of the other items.

1. Why doesn't setting Visible = True work at the time it
is called ?
2. How should I get round this ? - The new menu should be
active as soon as the new form is shown -and not when I
try and access the (missing) menu.