|
-
Dec 31st, 1999, 04:21 AM
#1
Thread Starter
Member
Splash Screen takes lot of time to load. Infact the idea of splash screen was to tell the user to wait till the application loads. Right now my app takes about a minute to load (since it has to read a database file). Can anyone tell how to speed up loading of the splash screen.
-
Dec 31st, 1999, 05:45 AM
#2
Addicted Member
make a form.. For a splash screen.
Then refresh the form before anything
else is done.
If you want you could have that form
tell what the program is doing.
But with visual basic, you must
refresh the form durring when the
computer is loading the program.
Does that help at all?
-
Jan 3rd, 2000, 05:28 AM
#3
Thread Starter
Member
Will try to do that..
thanx for ur help
neelesh
-
Jan 3rd, 2000, 12:41 PM
#4
Lively Member
place this code on your splash screen's load event:
Private Form_Load()
Show
<place additional code for splash screen>
End Sub
the idea here is that you want your splash screen's form to show up before anything else. so you must fix your splash screeen on design time not on runtime.
-
Jan 3rd, 2000, 04:29 PM
#5
Hyperactive Member
But if the program takes up a minute to load... are you sure you have to load the database when the program starts? A minute is pretty long you know...
-
Jan 3rd, 2000, 11:09 PM
#6
Thread Starter
Member
Yeah, it takes a min. 2 load...this is bcos I have 2 read Database & populate the listbox...This has to b done when I show the form...hence the delay...
thanx
neelesh
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|