views:

52

answers:

1

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.

+1  A: 

You need to call Control.BringToFrong on the PictureBox you want to be in front (on top).

SwDevMan81
thanks for your attention.i do that. but it does not work yet.
shaahin
Can you post what you have?
SwDevMan81
Yes Of course.http://www.4shared.com/photo/RD90H8fd/5_-_Copy.html----------------even i called method on form_load
shaahin
I mean the code, I can see that you bring it to the front. What happens when you run it? Does the picturebox not show? Whats you expected result?
SwDevMan81
would you please give me an example? :(still second picturebox is not transparent.
shaahin
Are you sure the image is transparent? Can you post that as well.
SwDevMan81
I putted picture boxes on panel. i cant put on picturebox.thank you
shaahin