Quote Originally Posted by ishrar View Post
My Question is How can I see Objects behind the Transparent Panel when Transparent Panel shows Parent's Backcolor/image.
One way would be to set those objects to the front and/or set the transparent panel to the back.

object2.SendToBack()
object1..BringToFront()
etc...