CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Guest

    MDIClient in CSplitterWnd

    Can anyone please tell me how to put a MDIFrame's MDIClient window into a
    pane in a CSplitterWnd? Currently i have a CSplitterWnd enclosed in a MDIFrame,
    but how do i get the MDIClient to reside in one of the panes?

    What i am getting at is an interface like whats in Visual Studio.

    Any help on the matter is much appreciated.


  2. #2
    Guest

    Re: MDIClient in CSplitterWnd

    Does anyone know how to do this, I too am attempting to get the same type of interface.


  3. #3
    Join Date
    May 1999
    Location
    ALABAMA, USA
    Posts
    9,917

    Re: MDIClient in CSplitterWnd

    What kind of splitter (dynamic, static)?
    What about second pane what would you put there?

    I need at least this much info to answer you question.


    I don't do it for ratings, but appreciation is always in style.
    Good luck in your journey in a C++ land.
    There are only 10 types of people in the world:
    Those who understand binary and those who do not.

  4. #4
    Join Date
    Apr 2002
    Location
    Romania, Bucharest
    Posts
    105

    Re: Re: MDIClient in CSplitterWnd

    Originally posted by JohnCz
    What kind of splitter (dynamic, static)?
    What about second pane what would you put there?

    I need at least this much info to answer you question.


    I don't do it for ratings, but appreciation is always in style.
    Good luck in your journey in a C++ land.
    Hi,

    The question is the same but:

    1. Splitter is static
    2. Splitter has 2 rows and 1 column
    3. One pane acts like some kind of log(CListView for example)
    4. The second pane has full functionality of an MDIClient and all others views are opened here.

    10x for your attention

    P.S. Impressive number of posts

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