Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Jun 18th, 2006, 2:02 AM   #1
ergawy
Newbie
 
Join Date: Feb 2006
Posts: 7
Rep Power: 0 ergawy is on a distinguished road
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
ergawy is offline   Reply With Quote
Old Jun 18th, 2006, 2:44 AM   #2
v0id
Hobbyist Programmer
 
Join Date: Apr 2006
Posts: 155
Rep Power: 3 v0id is on a distinguished road
Tried Google?
http://www.google.com/search?hl=en&q=C%23+Splash+Screen
http://www.codeproject.com/csharp/Pr...lashScreen.asp
v0id is offline   Reply With Quote
Old Jun 23rd, 2006, 2:10 PM   #3
mycplus
Newbie
 
Join Date: Sep 2004
Posts: 10
Rep Power: 0 mycplus is on a distinguished road
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.
__________________
Muhammad Saqib
MYCPLUS Online Community Website
Programming resources for C/C++, Visual C++ and C# .Net Programmers - MYCPLUS
mycplus is offline   Reply With Quote
Old Jun 26th, 2006, 5:55 PM   #4
Jordan
Newbie
 
Join Date: Jun 2006
Posts: 10
Rep Power: 0 Jordan is on a distinguished road
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.
__________________
Jordan
Programming Forum | Desktop Software
Jordan is offline   Reply With Quote
Old Jul 19th, 2006, 5:28 AM   #5
Hartigan
Newbie
 
Join Date: Jul 2006
Posts: 2
Rep Power: 0 Hartigan is on a distinguished road
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.
Hartigan is offline   Reply With Quote
Old Jul 29th, 2006, 10:54 AM   #6
kurifu
Expert Programmer
 
kurifu's Avatar
 
Join Date: Jul 2004
Location: Halifax, Nova Scotia (Canada)
Posts: 784
Rep Power: 5 kurifu is on a distinguished road
Send a message via ICQ to kurifu Send a message via MSN to kurifu
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.
__________________
Clifford Matthew Roche <geek@cliffordroche.com>
Web Hosting: http://www.crd-hosting.com
Consulting: http://www.crdev-consulting.com
kurifu is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 7:37 PM.

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