Thanks, marble_eater, for your thoughts. VS2005 help states:
"The My.Application.MinimumSplashScreenDisplayTime property allows you to specify the minimum length of time you want the application's splash screen to be displayed. If the main form finishes initializing in less time than what is specified by this property, the splash screen remains until the requested amount of time passes, at which time the main form is displayed. If your application takes longer to start, the splash screen is closed once the main form becomes active."
From this I gather that it is not necessary to explicitly close the splashscreen. I cannot think why the splashscreen for my project continues to display throughout the length of the app's run.
Isn't programming fun?
Rock ON!
Woodster :cool: