L
localhost
I have a .bmp that I want to use as the form background and anchor it
to the bottom-right corner of the form.
I did this, but it tiles the image instead:
this.BackgroundImage = Image.FromFile( @".\MyImage.bmp" );
I only want to show a single image. How to do that?
Thanks.
to the bottom-right corner of the form.
I did this, but it tiles the image instead:
this.BackgroundImage = Image.FromFile( @".\MyImage.bmp" );
I only want to show a single image. How to do that?
Thanks.