Visual Basic 2010 Express Tutorial 23 – Inserting A SplashScreen – SpeakABCs 7/11

www.SchoolFreeware.com A SplashScreen can be added by clicking on Project – Add Windows Form – then selecting Splash Screen from the templates. The SplashScreen must be configured within the properties of the application. To get to the properties, click Project – “The Application’s Name” Properties. Make sure the Application Tab is clicked on and click Assembly Information. Make the changes in Assembly Information and the SplashScreen will update automatically. To activate the SplashScreen go to the Application Tab within Properties and select the SplashScreen under Splash screen. To change how long the SplashScreen is shown click on View Application Events within the Applicaton Tab of the Properties. ApplicationEvents.vb will appear. Place this code, in the friend class, to override the SplashScreen timing. Code Download For Overriding Splash Screen Time blogs.msdn.com

Get the book now