Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9161171
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T13:54:30+00:00 2026-06-17T13:54:30+00:00

I have a set of well-behaved Windows Forms that are embedded in DLL’s that

  • 0

I have a set of well-behaved Windows Forms that are embedded in DLL’s that I do not have full control over. These are part of a separate legacy projects that I’m trying to unify under one interface so that the application doesn’t quite feel like popup hell.

I think the way to do this is to create an MDI parent form, and open the other forms as children of that. One child form at a time as they’re needed. As they navigate one MDI document will close, and another will open.

The parent MDI form though, needs navigation controls. And I’d like to use a tabcontrol. Is it possible to attach a tabcontrol to the parent MDI form? All I can find documentation for and examples of are toolstrips, but that’s far too limiting for what I want to accomplish.

No code to show, sorry. I’m not sure if what I want is possible at all.

Update As indicated below, I really didn’t need MDI to accomplish what I set out to do. Leaving the question as-is, however.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T13:54:31+00:00Added an answer on June 17, 2026 at 1:54 pm

    If I’ve read this correctly, then I don’t think MDI is what you are looking for, since you want to use a TabControl to navigate to each form.

    If you turn TopLevel to false and remove the border from a Form, you essentially turn the form into a UserControl, and can add it to the TabPage panel of your choosing:

      Form f = new Form();
      f.TopLevel = false;
      f.FormBorderStyle = FormBorderStyle.None;
      f.Dock = DockStyle.Fill;
      tabPage1.Controls.Add(f);
      f.Visible = true;
    

    Change Form to a form you are referencing from your DLL.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Well i have a transparent div or the background is set to transparent :)
I have set the eclipse java formatter to wrap lines that exceed 120 characters
I have set up Eclipse Indigo to do line debugging with CFEclipse over port
I have set up an app that is registered for remote notifications. - (void)application:(UIApplication*)application
I have set up a CXF web service which works well. My service primarily
The title explains it well. I have set up Notepad++ to open the Python
I have set up a JUnit test that is testing a method called copy(File
I have set up a rails application that uses single table inheritance but I
Curious problem. I have a set of images with some attributes that I'd like
I have set a background on the data-role=page element like so <div data-role=page style=background:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.