I've set up a splash screen without writing any code (I simply set "Build Action" property of image to "SplashScreen" in Visual Studio IDE). This is great, but there's an annoying problem -- the splash screen flickers as the main
form loads (and presumably takes the focus). Is there an easy way to prevent this, e.g. by setting a TOPMOST property somewhere or maybe forcing the main form to be BOTTOMMOST for a while? Is the flicker a bug?
Gouranga Gupta :-)