I have a splash screen, i just have a frmSplash.Show and frmSplash.Close at the beginning and end of my main form's load event.
So anyway, when I didn't have a splash screen, it was taking about 3-5 seconds to load up my program, but now once i have added a splash screen, it shows the blank form, but it doest get the image loaded fast enough.. so it is basically showing a blank gray form for about 2 seconds then closing it and showing my main form.
Is there a way to load the image quicker, like before the splash screen form even shows? Or is there another way altogether that i can do this?
So anyway, when I didn't have a splash screen, it was taking about 3-5 seconds to load up my program, but now once i have added a splash screen, it shows the blank form, but it doest get the image loaded fast enough.. so it is basically showing a blank gray form for about 2 seconds then closing it and showing my main form.
Is there a way to load the image quicker, like before the splash screen form even shows? Or is there another way altogether that i can do this?