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

Thread: tabbed mdi?

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

    Question tabbed mdi?

    Hi all, I am trying to create an MDI where all the child windows are tabbed. Can I do this without creating a custom control?

    thanks.

    Jim
    I am scifi

  2. #2
    Join Date
    Feb 2003
    Location
    Israel
    Posts
    102
    don't think so.
    I'm using Magic Library (www.dotnetmagic.com) to achive that effect.
    Note about Magic that it have some annoying bugs, so I don't know if you should use it.
    As far as I know that isn't a way to do so

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

    Talking something unexpected...

    Actually all I had to do was make the parent of the form equal to the tabpage. I am working on my own custom tab control that utilizes this in addition to making it look more like the dev studio tabs.


    jim
    I am scifi

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

    Re: tabbed mdi?

    I recently received a question regarding this thread. I've created a test rpoject that creates one parent Form, then attaches two MDI child forms. One of the child Forms has two tabs on it.

    Jim
    Attached Files Attached Files
    I am scifi

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