Or you could put a stopwatch control on the form, and when the interval is reached: Unload Me. (Be sure to show the application's main form before you have the splash screen commit suicide though!)
If you use the application wizard to create an application with a splash screen, you can examine the resultant project to see how the
VB authors thought it should be done.