I have a Windows forms project, written in vb.net 2005.
It's all working fine, except that the Splash screen won't show before the frmMain is shown.
In Project properties I have set the Splash screen.
In the Splash screen Shown event I have set a delay using System.Threading.Thread.Sleep(3000)
But the main MDI form just loads, and then the Splash screen is obviously behind it as the cursor is showing 'Wait' for a few seconds.
In VS 2005 it used to work beautifully, show the Splash screen for a couple of seconds, then load the main form.
Is there something else I need to do in VS 2008?
thanks