| View previous topic :: View next topic |
| Author |
Message |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Wed Apr 28, 2004 8:18 pm Post subject: splash screen help |
|
|
hello all
I have been trying to make a simple splash screen however the problem i'am having is that when the main program opens then splash screen don't close i have tried window close command, and a few other ways to close the splash screen and no go
does any one have a small and simple splash screen code i don't want to uses a dll for this....
thanks _________________ Have a nice day  |
|
| Back to top |
|
 |
jules Professional Member


Joined: 14 Sep 2001 Posts: 1043 Location: Cumbria, UK
|
Posted: Wed Apr 28, 2004 8:49 pm Post subject: Re: splash screen help |
|
|
| tim6389 wrote: | does any one have a small and simple splash screen code i don't want to uses a dll for this....
|
I don't, but the thing to remember is that the first window you create is the main window and won't close until the application closes. So you must create the main window first, then the splash screen. _________________ The Tech Pro
www.tech-pro.net |
|
| Back to top |
|
 |
Mac Professional Member

Joined: 08 Jul 2000 Posts: 1585 Location: Oklahoma USA
|
|
| Back to top |
|
 |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Wed Apr 28, 2004 9:34 pm Post subject: |
|
|
thanks mac that is what i needed
thanks again _________________ Have a nice day  |
|
| Back to top |
|
 |
Protected Valued Contributor


Joined: 02 Jan 2001 Posts: 228 Location: Portugal
|
Posted: Fri Apr 30, 2004 7:40 am Post subject: |
|
|
Heh Mac you actually remember all this stuff? Like, you could tell when you read this that two years ago it had been already discussed and there was a thread for it?  |
|
| Back to top |
|
 |
Mac Professional Member

Joined: 08 Jul 2000 Posts: 1585 Location: Oklahoma USA
|
Posted: Fri Apr 30, 2004 8:16 am Post subject: |
|
|
Hey Protected,
I actually did remember we had discussed splash screens,
just not when or where. Had to search for it.
Don't be too impressed though - sometimes I write an app,
then find one I had already written to do the same thing...
Cheers, Mac  _________________ VDSug.dll does file IO, check/disable menu items,
non-VDS dlls, draw functions and more...
Free download (30k dll size) at:
http://www.vdsworld.com/download.php?id=361
 |
|
| Back to top |
|
 |
|