Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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.

Posted

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 :)

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...