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

Thread: MDI splitter

  1. #1
    Join Date
    Jan 2001
    Location
    Toronto
    Posts
    118

    MDI splitter

    Dear Gurus:
    I would like to apply splitter to the MDIFrame. please note I do not intend to add splitter into the child frame, I tried in the MDIFrame's OnCreateClient, and create a static splitter there, add a formview in the left, and I want create the child frams in the right area, but I do not know how to.
    thanx a lot ahead, if it is impossible, I have to use a dialog bar in the left area instead.



  2. #2
    Join Date
    Jun 1999
    Posts
    1,786

    Re: MDI splitter

    Why do you want child frame in the right area?


    Good luck
    Please rate if you think this response was useful for you
    Have more questions? Feel free to ask.

  3. #3
    Join Date
    Jan 2003
    Location
    Massachusetts
    Posts
    170

    Question Re: Re: MDI splitter

    Originally posted by Serguei Batchila
    Why do you want child frame in the right area?


    Good luck
    Please rate if you think this response was useful for you
    Have more questions? Feel free to ask.
    Hi! I posted this exact same question not more than an hour ago. I need a FormView on the left and multiple FormViews open on the right. The idea is to have Buttons on the left which will open the FormViews that will appear on the right. I am also implementing a TabCtrl to tab thru the FormViews. I need each FormView to be a ChildFrame so that I can use MDI and open each FormView multiple times each if necessary (for example, multiple search views) I have the splitter in place and working but I am unable to open any child FormViews.

    Thanks!

    Jim
    Last edited by xucaen; January 31st, 2003 at 06:42 PM.

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