Hello
I have an issue with MDI child windows - they work fine apart from the fact
that when there is only one child, and it is maximized, it doesn't get a
system menu (i.e. minimize, restore, close) in the top right, and it doesn't
get one on the left either. However, when I create another one, they appear.
But when I create a third, I get *two* system menus on the right and *two*
on the left, one next to the other!

Any ideas what's going wrong?

Re: MDI system menu issue by Bonj

Bonj
Tue May 10 14:16:23 CDT 2005

Solved it - wasn't calling default handler on WM_SIZE

"Bonj" <a@b.com> wrote in message
news:OrvG$MwUFHA.4000@TK2MSFTNGP14.phx.gbl...
> Hello
> I have an issue with MDI child windows - they work fine apart from the
> fact that when there is only one child, and it is maximized, it doesn't
> get a system menu (i.e. minimize, restore, close) in the top right, and it
> doesn't get one on the left either. However, when I create another one,
> they appear. But when I create a third, I get *two* system menus on the
> right and *two* on the left, one next to the other!
>
> Any ideas what's going wrong?
>