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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T07:40:25+00:00 2026-05-11T07:40:25+00:00

So I have an existing project with a custom tab control nested within panels

  • 0

So I have an existing project with a custom tab control nested within panels and splitters etc.

Now I need to add something to one of the pages of this tab control through the design view.

However, when I view the form in question, the tab control is nowhere to be seen (and not in the drop down of current controls on the page).

The tab control is in the designer code and appears when you run.

Any advice for this probably noob question?

Edits

Okay, I probably should have mentioned this but I guess I forgot – the form is an inherited form. Some of the differences of this form from the inherited form are present, but not the tab control

  • 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. 2026-05-11T07:40:25+00:00Added an answer on May 11, 2026 at 7:40 am

    The tab control is probably Private in the base form. Try to set the Modifier property of the tab control to Protected or Public (from the designer of the base form).

    If the control field is private it wont be available in the designer of inheriting forms, but it will still show up at runtime.

    Update, new question by author

    I dont know how it happened without somebody editing the csproj file in a text editor. But this example shows how a form include should look in the csproj.

    <Compile Include='MainForm.cs'>   <SubType>Form</SubType> </Compile> <Compile Include='MainForm.designer.cs'>   <DependentUpon>MainForm.cs</DependentUpon> </Compile> <EmbeddedResource Include='MainForm.resx'>   <DependentUpon>MainForm.cs</DependentUpon>   <SubType>Designer</SubType> </EmbeddedResource> 

    This example will cause the behavior you described. (DependentUpon-tags removed).

    <Compile Include='MainForm.cs'>   <SubType>Form</SubType> </Compile> <Compile Include='MainForm.designer.cs'/> <EmbeddedResource Include='MainForm.resx'>   <SubType>Designer</SubType> </EmbeddedResource> 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 118k
  • Answers 118k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Quote from Remus Rusanu: Your client authenticates with SQL Server,… May 11, 2026 at 11:38 pm
  • Editorial Team
    Editorial Team added an answer This should work: SELECT * FROM OrderTbl WHERE OrdDate BETWEEN… May 11, 2026 at 11:38 pm
  • Editorial Team
    Editorial Team added an answer Cache is an important part or a web app, but… May 11, 2026 at 11:38 pm

Related Questions

I'm working on a project where I need the following. WCF service on the
I want to write unit tests with NUnit that hit the database. I'd like
I'm using EpiServer CMS 5R2 on a new project. I've been tasked with creating
I am currently designing a Membership/Profile scheme for a new project I am working

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.