I would like to display a Splash screen at startup to display an image and some status info during our initial database operations, which can take a few seconds.
Based on the Syncfusion docs and samples
I think I need a SplashControl with a SplashPanel that hosts the image and status label field. Is that correct?
Anyway, if I place my database initialization code in Form1_Shown() or splashControl1_SplashDisplayed(), then the SplashPanel's label & image fields don't get displayed until after my DB init code completes.
Is there a working example of a SplashControl or SplashPanel displayed during some long-running initialization code?
Thanks,
Dean