vote up 4 vote down star

Is there a standard splash screen size or set of guidelines for the size of a splash screen? This is for a music-playing application for XP and Vista.

flag

3 Answers

vote up 4 vote down check

The Windows User Experience Guidelines in http://msdn.microsoft.com/en-us/library/aa511284.aspx only state that you shouldn't use splash screens, except for unusually long-loading applications. A splash screen size that doesn't get into the user's way too much (i. e. don't cover the whole screen, which should still hold true if the user has a lower screen resolution that the developer :)) should therefore be sufficient, if it is necessary at all.

link|flag
1  
+1 death to splash screens – bobince Mar 3 at 12:51
But if the application takes, say, 15 seconds to load. That is 15 secs where the user is not exactly sure what is going on. Our client kicked up a massive fuss when we didn't have one. – Duncan Edwards Mar 3 at 12:56
Right, if the startup time is really long, then it's a necessary evil. But usually it's best to get rid of the splash screen and allow the user to interact with the program even if it's still loading content in the background. – Johannes Rössel Mar 3 at 13:27
vote up 3 vote down

Purely based on experience: No.

Not even from MS applications, e.g. Office and Visual Studio have different sizes (and the VS one grows as more components are added).

link|flag
vote up 0 vote down

I use my splash screen as my login window. I just use 550X400 for my splash screen size as that is the size of standard wizards.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.