I am making a windows forms application in C# using Visual Studio 2012.
I want to add a splash screen to it.
I googled about if but most of them I read are using a timer. But I do not want to show the startup/splash screen on an exact time period.
I only want to show it while loading the main applcation. How can I achieve this ?