Mark
Mon Jul 18 03:15:11 CDT 2005
Hi John, I was going to code an example for you, but after a quick search
there are loads of great examples - you can try from google using "splash
screen c#"
Here is one such example
http://www.codeproject.com/csharp/PrettyGoodSplashScreen.asp
Using Threading is the key.
Br,
Mark.
"John" <John@nospam.infovis.co.uk> wrote in message
news:ehWJkIviFHA.3608@TK2MSFTNGP12.phx.gbl...
> Hi
>
> I have a main sub as start-up. I need to display a splash screen and while
> it is displayed I need to do some stuff in the background like opening db
> connections etc. After that is done I need to close splash and open a
> login form. Can anyone give me a code example of how to do this elegantly?
>
> Thanks
>
> Regards
>