A
Angelina
What is the best practice to create a splash screen in .net winforms
applications so that the splash screen loads immediately after we start
application and closes when all dlls loading and initializations is
completed. I don't want any idle situation to be seen by the user.
Currently I have created a form and set it visible at start and close it
after I call application.run for my main form. The problem is that splash
screen appears after 2-5 seconds of starting the application and close
immediately.
- Angelina
applications so that the splash screen loads immediately after we start
application and closes when all dlls loading and initializations is
completed. I don't want any idle situation to be seen by the user.
Currently I have created a form and set it visible at start and close it
after I call application.run for my main form. The problem is that splash
screen appears after 2-5 seconds of starting the application and close
immediately.
- Angelina