Chris Hermon
April 29th, 1999, 10:20 AM
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?
|
Click to See Complete Forum and Search --> : Capturing WM_MDICASCADE message Chris Hermon April 29th, 1999, 10:20 AM 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? Mike Wild April 29th, 1999, 10:57 AM 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 codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |