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

    How can I split my frame three child frame,like "|-"

    How can I split my frame three child frame,like "|-"


  2. #2
    Join Date
    Jun 1999
    Posts
    319

    Re: How can I split my frame three child frame,like "|-"

    If you just want to split a childframe using the same view (just like the VC editor does) you can add the code directly from the project->Add to project->components.
    If you want 3 diferent views check in the MSDN for a sample called VIEWEX
    let me know if this helps you
    Best regards,
    Faby


  3. #3
    Join Date
    Aug 1999
    Location
    Bulgaria
    Posts
    236

    Re: How can I split my frame three child frame,like "|-"

    Use nested spliter windows. Split first the view in tow parts. Then Split one of the views in two parts.


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