|
Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
No this way doesn't do that. You could create the splash screen, store it off in a Shared variable, show it before the call to StrataFrameApplication.RunApplication() in Main(). Then at the end of the ShowLoginAndInitMainForm() method, close the form and dispose of it.
|