You know that passage in the Bible that says, "and the meek shall inherit the Earth?" Always wondered if that was mistranslated. Perhaps it actually says, "and the geek shall inherit the Earth."
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.