problem with transparency

shri_shri

Member
Joined
May 3, 2005
Messages
6
Programming Experience
Beginner
HI,

Pls view attachment.

I have a windows.form.usercontrol with a picturebox in it(usercontrol3 in the attached diagram) . i placed this usercontrol in a windows form along with other usercontrols.Problem i face is that the usercontrol obstructs the view of other conrtols objects placed under it.Can i make the usercontrol as well as the picturebox in it transparent.
Thanks.
 

Attachments

  • shri.zip
    1.6 KB · Views: 52
You could use the transparancykey, but a simpler way would be usercontrol.sendtoback which will move any controls under it to the front.
 
Back
Top