I wish to capture the WM_MDICASCADE message in order to size child windows before a cascade. In which class do I do this and how?
Printable View
I wish to capture the WM_MDICASCADE message in order to size child windows before a cascade. In which class do I do this and how?
I don't really see your problem.
First of all you can add a commandhandler for ID_WINDOW_CASCADE and make your stuff there. Secondly you can lookup the VC-Help for more Infos about WM_MDICASCADE and thirdly there are to methods CMDIFrameWnd::MDICascade in the MFC, but perhaps I really don't understand your point.
Mike