Transparency problem
If you need help with a project or need to know how to do something specific in VB.NET then please ask your questions in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
6 posts
Page 1 of 1
Look at the picture :

i have 2 picture boxes : 1 with that blue thing and 1 with that gray thing
As you can see in the picture that gray thing is covered with that blue thing
that blue has transparent background
but why i cant see the gray thing (it's a globe)
the transparency option allows to me to see just the background from form....but i want to see all things through that blue thing
by the way :: what is it .....is a problem or bug?

i have 2 picture boxes : 1 with that blue thing and 1 with that gray thing
As you can see in the picture that gray thing is covered with that blue thing
that blue has transparent background
but why i cant see the gray thing (it's a globe)
the transparency option allows to me to see just the background from form....but i want to see all things through that blue thing
by the way :: what is it .....is a problem or bug?
It is probably how the pictureboxes are setup, you know like boxes sometimes it will cover stuff even though the picture doesnt cover it. Just one thing the vb sucks at.
------------------------------------------------------------------------------
Proprogrammer, not just a Programmer.
Proprogrammer, not just a Programmer.
Hello guys ...finally i found how to make my blue picturebox from top of that gray thing transparent
i mean to see all the gray thing
it's only 1 line of code in the form load event
omg; omg; omg; wahooo; wahooo; omg; omg; omg;
i mean to see all the gray thing
it's only 1 line of code in the form load event


Code: Select all
and i can see my gray globe through the blue thingtopPictureBox.Parent = PictureBoxBelow
omg; omg; omg; wahooo; wahooo; omg; omg; omg;
But still vb doesn't gives 100% transparency. There always are some pixels on the edges which is really annoying.
6 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023