Hey guys,

I wanted to have an image as the background of my form. My form will always be maximised.

I have declared my image as a bitmap but when i say

Me.BackgroundImage = imgBackground

the image displays tiled and i want it to stretch to the full size of the form.
I have tried to change the width, height and size of the image but it gives me an error saying that they are read only.

Is there anyway i can get the image to fill the form?

Thanks in advance for any help.