Real Transparent Picturebox ?
Visual Basic
4
Posts
2
Posters
0
Views
1
Watching
-
Hi, iam looking for a real transparent picturebox. i wanna have a picturebox (that, when i place it on a form or over another picturebox , the background is visible) i there already out a solution ? greetings
Have you tried
PictureBox1.BackColor = Color.Transparent
Jonathan Sampson www.SampsonResume.com
-
Have you tried
PictureBox1.BackColor = Color.Transparent
Jonathan Sampson www.SampsonResume.com
-
Could you take a screenshot of the result you got, and maybe post the code you used?
Jonathan Sampson www.SampsonResume.com