![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Feb 2006
Posts: 7
Rep Power: 0
![]() |
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 |
|
|
|
|
|
#2 |
|
Hobbyist Programmer
Join Date: Apr 2006
Posts: 155
Rep Power: 3
![]() |
|
|
|
|
|
|
#3 |
|
Newbie
Join Date: Sep 2004
Posts: 10
Rep Power: 0
![]() |
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 |
|
|
|
|
|
#4 | |
|
Newbie
Join Date: Jun 2006
Posts: 10
Rep Power: 0
![]() |
Quote:
|
|
|
|
|
|
|
#5 |
|
Newbie
Join Date: Jul 2006
Posts: 2
Rep Power: 0
![]() |
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. |
|
|
|
|
|
#6 |
|
Expert Programmer
|
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 |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|