I have a MDI form that is maximised by default,
I created a Splash Screen using the VB.NET template but it doesn't show.
Flashes up for a second then the parent window takes focus.
Properties
isMdiContainer - TRUE
WindowState - MAXIMIZED
For the Splash Screen to stay showing you need to change the TopMost Property to TRUE.