Hi! I have an MDI application and I want to put a background image (the company's logo) in the MDI container itself. The problem is that when I open a child form, it is displayed UNDER the logo instead of OVER it. I tried using the SendToBack method on the image (it's a PictureBox control) but it hides it completely. I also tried using the BringToFront method on the child form but it doesn't change anything. Any help would be much appreciated!