My splash screen only shows itself for a second before meing replaced by the main form (which hasn't completely loaded).
I'd like to have the splash show for at least 3 seconds.
Below is the code that I have...
..but remember that the main form shows before completely being loaded.
Help!!
I'd like to have the splash show for at least 3 seconds.
Below is the code that I have...
VB.NET:
My.Application.MinimumSplashScreenDisplayTime = 15000
..but remember that the main form shows before completely being loaded.
Help!!