I can't get my little children to show the menu.

I have a MDI program and the child windows are created from my reg classes with CreateMDIWindow(), with the menu included. I am trying to get a menu onto the child window. In GetMenu() it states that if the window is a child the return is undefined.

Does this mean you can't have a menu on a MDI child window?

Anyone got a MDI with a menu?

I use MS VC5/97 with no ++.