Possible Duplicate:
Display Start Up Picture
I want to show my splash screen at start up in a WinForms application in .NET 4.
When splash screen will show then I will load some data into memory from the splash screen code behind and when the data will load completed then I will show my main form.
How can I achieve this? Please help me with code.