if the image isnt going to change (or all the images are the same size) you could easily just add an ImageList to the MDI Parent form and in the load event or whereever the form's background image needs to be set/changes
just use Me.Backgroundimage = ImageList1.Images(0) 'where the 0 is enter the index number of the image you need
also in the ImageList be sure to set the ImageSize property to the size of the image otherwise it will "scruntch" it
i've provided a little project in case you need to see it
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.