Ok there are two ways that i know of: The first is to use timers. Put a timer on the Splash form, for 5 seconds or summot. When the time is up, load the form you want the user to see first and then close the splash form. This is the simplest way and gives a good effect.
If how ever you want the program to be doing some checks while it loads then do it this way.
Set the program to start with Sub Main.
Put Sub Main in a module like so
Sub Main
Load SplashForm
'What ever checks you want to do here
Unload SplahForm
End Sub
Set Project|Properties|Startup object to SubMain if you need to do stuff beg=fore a form loads
________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first
'If we're supposed to work in Hex, why have we only got A fingers?'
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.