Splash screen duration

  • Thread starter Thread starter John
  • Start date Start date
J

John

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
 
John said:
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
 
Back
Top