CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2000
    Location
    Virginia, US
    Posts
    158

    MDI Switch between tabbed and cascaded views

    Essentially I have an MDI that I want to be able to switch between having all my views tabbed when one is maximized and having all my views cascaded or tiled to their previous sizes. The MFC app wizard provides options for either tabbed or untabbed views.
    .
    Has anybody seen sample of this feature implemented in sample code or give me pointers on how to implement this? What is the class that MFC uses to place each of the MDI child frames in tabs?
    Last edited by cbpetro; January 16th, 2014 at 09:54 AM.

  2. #2
    Join Date
    Aug 2000
    Location
    Virginia, US
    Posts
    158

    Re: MDI Switch between tabbed and cascaded views

    It was just too easy...

    EnableMDITabbedGroups is what I was looking for.

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