When I start my application, I first need to read some data, need to initialize some forms, and so on. During this time, the user sees only gray ready to display some forms.
It lasts a few seconds ...
I thought of a Splash Screen, which loads data into a separate stream, and also shows how long it will take. Or just a status bar?
How would you do something like this?
I am using C # .NET 3.5 + Winforms
source
share