Hi

I have a typical vs 2008 winfrom app with a start-up form and a splash
screen managed by the framework. My question is what makes the splash screen
disappear as I want to keep it displayed for a few more moments than it
does?

Thanks

Regards

Re: Splash screen duration by Lloyd

Lloyd
Thu May 08 15:52:43 CDT 2008


"John" <info@nospam.infovis.co.uk> wrote in message
news:OcskvJUsIHA.3780@TK2MSFTNGP03.phx.gbl...
> Hi
>
> I have a typical vs 2008 winfrom app with a start-up form and a splash
> screen managed by the framework. My question is what makes the splash
> screen disappear as I want to keep it displayed for a few more moments
> than it does?
>
> Thanks
>
> Regards
>

My.Application.MinimumSplashScreenDisplayTime = 4000 or whatever you want in
Msecs.

LS