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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T18:32:08+00:00 2026-05-27T18:32:08+00:00

I have a C# Forms tab application. Each TabPage has a menu on the

  • 0

I have a C# Forms tab application. Each TabPage has a menu on the left (Outlook style navigation panel), and a Panel on the right for content.

If I want the content panel for tab page 0, how would I go about fetching it? I’m a bit stumped because I don’t know how to index into the controls collection on a tab page. The following is underlined in red, so I believe its wrong.

Panel panel = tabControl.TabPages[0].Controls["Panel"];

EDIT: remove Window in Panel sub question. It will be moved to a separate question.

Sorry about the beginner questions. I’m a C/C++ guy with lots of MFC time, and C# UI is a bit frustrating at the moment.

  • 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-05-27T18:32:09+00:00Added an answer on May 27, 2026 at 6:32 pm
    foreach (Control control in tabControl1.TabPages[0].Controls)
    {
        // if (control.Name == "panel1")
    }
    

    You can always call this recursively on control.Controls to find a control in any hierarchy. control.Name can be used to find your specific control.

    You can’t show a Form, inside a Panel. You could create Custom Control where you can add your functionality and add that control to a Panel.

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

Sidebar

Related Questions

I have created a forms application which uses a TabControl. For each tab I
I have created a tab control and few forms. Each form opens in a
I have placed my custom decorators in windows application/modules/Tab/forms/decorators My application works well on
I have a .NET forms application using a tab control with several tabs. There
I have a tab bar in which each form (of tab items) has several
I have a form which has only tab control in it. I want to
In a typical business application it is quite common to have forms that are
I have a form with 3 textboxes and 1 button. textbox1 has tab index
I have a borderless Windows Forms application. The main window creates other forms (simple
I have a keyboard focus problem with Windows Forms application that hosts WPF UserControls.

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.