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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T22:28:55+00:00 2026-05-17T22:28:55+00:00

I have a C# winform app that has a tab control, I have a

  • 0

I have a C# winform app that has a tab control, I have a picturebox on tab A and would like the very same picturebox to appear on tab B. Can this be done?

Thank you
Alison

  • 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-17T22:28:56+00:00Added an answer on May 17, 2026 at 10:28 pm

    Simply add the picture box to the second tab..

    tabControl1.TabPages["tabB"].Controls.Add(pictureBox1);
    

    This will remove the picture box from tab A and put it, as is, inside tab B.

    Edit: you can have this code in the SelectedIndexChanged of the tab control to have the picture box jump between the tabs:

    private void tabControl1_SelectedIndexChanged(object sender, EventArgs e)
    {
        tabControl1.TabPages[tabControl1.SelectedIndex].Controls.Add(pictureBox1);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a winform app that has tabcontrols that are 3 layers deep. I
I have a WinForm app that has other child forms (not mdi). If the
We have a winform app that has been in development for some time. It
I have a fairly large CRUD WinForm app that has numerous objects. Person, Enrollment,
Hopefully I am stating that right. I have a WinForm(3.5) app that has 1
I have a Winform app that has 16 SQL Connections currently stored in the
I have a Winform app that has a backgroundWorker thread and does all operations
I have a winform app that calls a web service to check for updates.
I have a web page that is being displaying in a winform app using
I have a DataGridView control in a winforms app that I'm working on. The

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.