Answer» In VB 2008 OK I am having issues with my Splash Screen actually showing when I debug my program. I get a glimpse of it and then my mainform loads.
1) Under Project PROPERTIES>Application> I SELECTED SplashScreen1 from drop down list
2) Private SUB SplashScreen1_Load(ByVal sender As Object, ByVal e As System.EventArgs) HANDLES Me.Load 'Hold the form on the screen approximately 7 seconds while the mainform loads
System.Threading.Thread.Sleep(7000)
I think I may have overlooked something somewhere?
Thanks! Tour
|