I want to make a PictureBox semi transparent: show the conent of a picturebox on the back put not the base color of the form.
My Project
The little PictureBoxs that are on the front shows the back color of the form (control) (it have "Transparent" as background color), but I want to show color Red (the background image of the big PictureBox). How can I do it?
picBoxSmall1.Parent = picBoxbig; picBoxSamll.Location = ....
– TaW