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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T06:21:56+00:00 2026-05-12T06:21:56+00:00

Having a slight problem on C#, still quite new to the language but hoping

  • 0

Having a slight problem on C#, still quite new to the language but hoping you can help. I have a program which dynamically creates tab forms and then I’m trying to add controls to the tabform (text boxes and labels), but no matter what I try it just doesn’t seem to want to work. Here’s the code I’m currently using (just to get one textbox in each form):

int i = dogresults;
while (i > 0)
{
    i--;
    DataRow dogrow = ds1.Tables["confirmdogs"].Rows[i];
    string dogname = dogrow.ItemArray.GetValue(3).ToString();
    TabPage newpage = new TabPage(dogname);
    tcNewCustomer.TabPages.Add(dogname);

    TextBox tb1 = new TextBox();
    tb1.Location = new Point(20, 10);
    newpage.Controls.Add(tb1);
    tb1.Name = "txtDogNo" + i;
}

Any help would be greatly appreciated!

  • 1 1 Answer
  • 1 View
  • 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-12T06:21:57+00:00Added an answer on May 12, 2026 at 6:21 am

    EDIT: Doh! Got it!

    You’re not adding the new TabPage you’re creating. This line:

    tcNewCustomer.TabPages.Add(dogname);
    

    should be like this:

    tcNewCustomer.TabPages.Add(newpage);
    

    (A small test app shows the tab pages being created without any textboxes with the first version, but with the second version working fine.)


    That looks okay at a glance (although I haven’t tried it – a short but complete demo program would help). When you say it “just doesn’t seem to want to work” – what exactly is happening?

    Have you tried moving the location down a bit? I know some controls are odd in terms of where their logical “top” is (i.e. it’s not the first visible pixel).

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

Sidebar

Related Questions

I'm having a slight problem that I can't figure out, but should be really
I asked a similar question yesterday but still having a slight problem on output.
Wondering if anyone can help me with this slight problem i'm having. I am
Having a slight Javascript issue at the moment, I am hoping to have the
I am using FancyBox and I am having a slight problem. I have a
I have set up REST for my CakePHP and I'm having a slight problem.
I'm having a slight problem. I have set my <input type=file> to onChange=this.form.submit() .
I have a slight problem here, how can I tell cURL specifically to attach
I am having a slight problem. I want a django app that can upload
I have a slight problem. Having recently migrated on Mac, I've been pulling my

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.