|
-
April 29th, 1999, 10:20 AM
#1
Capturing WM_MDICASCADE message
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?
-
April 29th, 1999, 10:57 AM
#2
Re: Capturing WM_MDICASCADE message
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|