PictureBox & groupbox question

T

the_grove_man

Let's say i have a tab control. And on one of the tabs is a fully
docked picture box with an image.

I also have a few groupboxes on top of this picture box. How can I
make the background image of the groupboxes fit into what is on the
picturebox.
 
A

Angel Caban

Let's say i have a tab control. And on one of the tabs is a fully
docked picture box with an image.

I also have a few groupboxes on top of this picture box. How can I
make the background image of the groupboxes fit into what is on the
picturebox.

Maybe this would work:
groupBox.BackColor = System.Drawing.Color.Transparent;
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top