S
Scott Baxter
Hello,
Using the default splash screen provided in vb.net, a bitmap is displayed in
the background.
I can manually change this in design mode, by getting the image from the
image file on disk.
If I try to do it at run time, I get a blurred image.
I know I'm missing something. Can someone show me the right way.
My file to load is a jpeg, but I have it loaded in a listimages control. I
could use bitmap, or whatever is needed.
Here's the code I tried.
MainLayoutPanel.BackgroundImage = New
System.Drawing.Bitmap(ImageList1.Images(1))
Thanks for any help.
Scott
Using the default splash screen provided in vb.net, a bitmap is displayed in
the background.
I can manually change this in design mode, by getting the image from the
image file on disk.
If I try to do it at run time, I get a blurred image.
I know I'm missing something. Can someone show me the right way.
My file to load is a jpeg, but I have it loaded in a listimages control. I
could use bitmap, or whatever is needed.
Here's the code I tried.
MainLayoutPanel.BackgroundImage = New
System.Drawing.Bitmap(ImageList1.Images(1))
Thanks for any help.
Scott