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.
6 posts Page 1 of 1
Contributors
User avatar
boyd
New Member
New Member
Posts: 20
Joined: Sat Oct 23, 2010 9:10 pm

Transparency problem
boyd
Look at the picture :
Image
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?
User avatar
boyd
New Member
New Member
Posts: 20
Joined: Sat Oct 23, 2010 9:10 pm

Re: Transparency problem
boyd
nobody knows? clapper; clapper; clapper; clapper; clapper; clapper;
User avatar
Proprogrammer
VIP - Donator
VIP - Donator
Posts: 415
Joined: Sun Oct 03, 2010 11:14 pm

Re: Transparency problem
Proprogrammer
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.
User avatar
boyd
New Member
New Member
Posts: 20
Joined: Sat Oct 23, 2010 9:10 pm

Re: Transparency problem
boyd
but how can i solve this problem?
User avatar
boyd
New Member
New Member
Posts: 20
Joined: Sat Oct 23, 2010 9:10 pm

Re: Transparency problem
boyd
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 :D :D
Code: Select all
topPictureBox.Parent = PictureBoxBelow
and i can see my gray globe through the blue thing

omg; omg; omg; wahooo; wahooo; omg; omg; omg;
User avatar
Usman55
VIP - Site Partner
VIP - Site Partner
Posts: 2821
Joined: Thu Dec 24, 2009 7:52 pm

Re: Transparency problem
Usman55
But still vb doesn't gives 100% transparency. There always are some pixels on the edges which is really annoying.
Image
6 posts Page 1 of 1
Return to “Coding Help & Support”