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 9183025
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T18:42:05+00:00 2026-06-17T18:42:05+00:00

I have 2 Forms and i want them to be inserted into a form

  • 0

I have 2 Forms and i want them to be inserted into a form with a tabcontrol. I have read this question about adding forms to tabcontrols and Form1 is successfully inserted into the tabcontrol. Form2 is also inserted but the content of the form is not showing.

This is my code:

   private FrmMainForm trackIT = new FrmMainForm();
   private MainForm customer = new MainForm();

   private void TrackITForm_Load(object sender, EventArgs e)
        {
            AddNewForm(trackIT, trackitTab);
            AddNewForm(customer, customerTab);
        }

    public void AddNewForm(Form form, TabPage tab)
    {
        form.WindowState = FormWindowState.Maximized;
        form.TopLevel = false;
        form.Parent = tab;
        form.Visible = true;
    }

I also have set my parent Form’s IsMDIContainer property to true.

What can be the issue here?

  • 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-17T18:42:06+00:00Added an answer on June 17, 2026 at 6:42 pm
    1. I also have set my parent Form’s IsMDIContainer property to true : Don’t do that. You’re not doing MDI.
    2. In AddNewForm(), set the WindowState property after all the others.
    3. I think (not 100% sure) that Visble=true is not enough, call form.Show() instead. Do it after setting the WindowState and especially the Parent.
    4. Check the forms for conflicting properties in the designer code and FormLoad.
    5. Consider using UserControls instead of Forms. They are meant to be embedded.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have multiple forms on a page, for each of them I want the
I have form with multiple input type=radio with text next to them. I want
I have 2 forms and I want to call a function of Form1 defined
I have a System.Windows.Forms.ComboBox on a form and I want to capture the event
I have form and I want to grab the data inserted by users and
I have 20 forms which I want to find all the dependency of them,
in my menuStrip i have multiple forms, So in 1 of them i want
I have two forms on one page and want to have the input boxes
I have multiple forms for lots of products on my page and want to
I have WinForms app and multiple forms and want to use ErrorProvider component on

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.