Hi All,
I posted this problem six months ago but no response all. I wish someone can help me this time.

A quick question about menu in MDI form. I have a MDI form with a set of menu on the top. For some child forms, they have their own menu. The problem is whenever a child form which has its own menu is active, MDI form 's menu disppears. Is there a way to always keep MDI's menu on the top ? For example, a child form can have its own right-click pop-up menu while MDIform's menu is on the top. I solve this problem by making that child form an ActiveX control then i can have both menus. But i am sure it is not a good way to do this. Any suggestion?

Thanks.