Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   C# (http://www.programmingforums.org/forum16.html)
-   -   Splash screen (http://www.programmingforums.org/showthread.php?t=10409)

ergawy Jun 18th, 2006 3:02 AM

Splash screen
 
I want to make a splash screen for a project does anybody know any links to useful tuts or books talking about the matter

thanks in advance

v0id Jun 18th, 2006 3:44 AM

Tried Google?
http://www.google.com/search?hl=en&q=C%23+Splash+Screen
http://www.codeproject.com/csharp/Pr...lashScreen.asp

mycplus Jun 23rd, 2006 3:10 PM

You can show a form which do not have any control box, borders and title bar as a Splash Screen. Use this form as the main application form and unload it after a few seconds (what ever you want) and then load the main application form.

Jordan Jun 26th, 2006 6:55 PM

Quote:

Originally Posted by mycplus
You can show a form which do not have any control box, borders and title bar as a Splash Screen. Use this form as the main application form and unload it after a few seconds (what ever you want) and then load the main application form.

I agree. This would be the easiest way to do it.

Hartigan Jul 19th, 2006 6:28 AM

Hi
If you put splash form as a main form and then if you close the splash form the application process will be ended.you can just set the visible option to false in that case.I think you should read that article above at CodeProject.

kurifu Jul 29th, 2006 11:54 AM

Actually that is not true, the application will not exit until ALL window in the application have been closed. So you can make the main window your splash screen, as long as you load and show another window before you close the splash screen your application will continue to run fine.

I know this because I have used the approach for a client side application which starts up with a login box which upon login loads the application's main MDI windows (not the main window in the app) and than kills the login window.


All times are GMT -5. The time now is 8:00 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC