right click your project on the Solution Explorer window, click Add, New Item , look for Splash Screen in template window, give it a name and click Add button and your splash screen is ready for action.
You will need to use a submain procedure. Create a splash screen form and create a timer event. Set the timer to how long you want the splash screen to stay visible. On you submain, set your splashscreen to open first and then yoru main form to open second. When the timer close the splash screen, the sub main will open your next form.
Please see this article for more information:
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.