Morning all,

Im working on an mdi application which consists of a form, FormA, and an mdi form, MDIForm. The MDIForm has a menu added to it with standard options e.g. File, Edit, View, etc... FormA also has a menu added to it which has two entries Add and Delete. The FormA menu is hidden at runtime as it will be used as a popup menu.

When you click the right mouse button on FormA a popup box opens showing the two options from the FormA menu (Add and Delete).

If I set FormA as an mdichild form then the menu on MDIForm is hidden at runtime as well as the FormA menu. If I don't set FormA as an mdichild form then only the menu on FormA is hidden at runtime.

The problem is that I need to set FormA as an mdichild form as I have options on the MDIForm menu which manipulate fields on FormA.

Can anyone tell me how I can set FormA as an mdichild form and hide the menu on FormA without hidding the menu on the MDIForm?

Any help would be most appreciated...

Thanks in advance,

B.