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

  • Home
  • SEARCH
  • 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 3854680
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T17:39:36+00:00 2026-05-19T17:39:36+00:00

Hey there! The origin of my problem is a form with a tablelayoutpanel –

  • 0

Hey there!
The origin of my problem is a form with a tablelayoutpanel – which as we I know only allows one element per cell.
Now one cell contains a resizing textbox. On top of this textbox I will have to place a few pictureboxes (just some pics in the text – and there is no possibility to place them as real pics in a richtextbox).
Now although the concept of a tablelayoutpanel allows only one element per cell I was thinking maybe after the form is painted it would be possible to place another element above – just by creating a picbox right from code:

 PictureBox pb = new PictureBox();
 pb.Size = new System.Drawing.Size(49,49);
 pb.Location = new Point(20,20);
 this.controls.Add(pb);

Now this isn’t working…..any ideas how to bypass this problem?
thanks for any help!!!!!

Greetings,

Lorenz

  • 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-19T17:39:37+00:00Added an answer on May 19, 2026 at 5:39 pm

    Your picture box is at the bottom of the Z-order, covered by other controls. Add this line:

    pb.BringToFront();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hey there I got a problem with my code, I compared three ways of
Hey there, I'm trying to make a site which have following: News, Products, About
hey there i am having problem i have List<List<memoryCard>> that i want to show
Hey there, i have one question.. i try to write an android app with
Hey There, This is a pretty simple problem, but it is my first time
hey there everyone. so, have a c# windows form that uses crystal reports and
Hey there, this is turning out to really be a tricky one for me.
Hey there, I've got a block of HTML that I'm going to be using
Hey I was wondering if there were any way to upload images in ASP?
Hey, is there any built in functions or something like that in php that

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.