CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    7

    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?


  2. #2
    Join Date
    Apr 1999
    Posts
    43

    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
  •  





Click Here to Expand Forum to Full Width

Featured