Stop Tiling MDI Background

In my MDI Main i have a background that i want to place and centre. if i set it as the background property then it tiles the image as i expected.

In vb6 i used a vemod MDI Background, which i tried copying into my project but when i ran it i got error 13 ... type mismatch.

Any ideas how i can have just the image centered and not tiled, or whether there is a vb.net version of that MDI Background
[415 byte] By [jim_scott] at [2007-11-19 15:18:15]
# 1 Re: Stop Tiling MDI Background
got it sorted, firstly i just put a normal picture box in
i then set the property to centre image, which still didnt work
the location was then set to 0,0

then i set Dock to fill which did centre it but the colour around the images was the control system color, so i then changed the background color so that it did fit in with the rest of the image and mdi form

this was my way of working round the issue i hope it helps for anyone else

or if anyone knows a problem with this solution that i may have missed please let me know

cheers
jim_scott at 2007-11-10 3:15:41 >