Hey,

I want to add a background image to an MDI parent but I'm running into some troubles. I want to have the picture to always stay in the center.

Originally I tried to add the picture to the forms background image but it tiles the image and the white background causes weird stuff to happen even though I adjusted the Transparency property.

Then I tried to use a picturebox which I could resize accordingly to the window and it looked great... however, whenever I open a child form in the MDI, it doesn't appear because I'm pretty sure its behind the picturebox. I tried to fix this using the SendToBack and BringToFront methods but it didn't work.

Any suggestions?