jccorner Posted January 31, 2004 Posted January 31, 2004 Every time I do a search this forum comes up so I guess people know what they are talking about here... Well, I had a graphic designer create an image for a splash screen. Now the problem is I can't seem to figure out how to display the image upon application loadup. The image is in jpg form and I looked at the samples and tried to mimic the graphic and image classes but to no avail. I'm trying to attempt this in VB.net so if anyone could help, I'd greatly appreciate it. Again. I'm looking to see how to display an image at the start of the program as in a splash screen. Quote Applying computer technology is simply finding the right wrench to pound in the correct screw
NK2000 Posted January 31, 2004 Posted January 31, 2004 a splash screen is also a form just without any borders set the FormBorderStyle to none and then you can use BackgroundImage or OnPaint event or whatever you prefer :) Quote
jccorner Posted January 31, 2004 Author Posted January 31, 2004 You da man NK2000, thanks. Quote Applying computer technology is simply finding the right wrench to pound in the correct screw
NK2000 Posted February 1, 2004 Posted February 1, 2004 just a quite simple question, but thanks :) Windows also has some automatic position method where you can display it in the center of your screen, which is optimal for splash screens Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.