Splash Screen

A

Atif - Alghanem

Hi,
I need to show a splash screen and then it will be close automatically and
display the main form. how can i acheive this. in VB6 we simply unload the
splash and show main form.

How to do this in VB.Net?

thanks & regards.
atif
 
S

Saurabh

Similar!!

Create your splash screen derived from Form and show it using the Show( )
method, Once you have done your initializations or whatever you want to do,
get rid of the splash screen and show your main form.

HTH,

--Saurabh
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top