How can I put a transparent PictureBox on another PictureBox?
One transparent PictureBox works on my form but i can not put a transparent PictureBox over another PictureBox.
Here is a picture from my problem.
How can I put a transparent PictureBox on another PictureBox?
One transparent PictureBox works on my form but i can not put a transparent PictureBox over another PictureBox.
Here is a picture from my problem.
You need to call Control.BringToFrong
on the PictureBox
you want to be in front (on top).