dbTalk Databases Forums  

Splash Screen Delay

comp.database.ms-access comp.database.ms-access


Discuss Splash Screen Delay in the comp.database.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Shiver
 
Posts: n/a

Default Splash Screen Delay - 11-19-2003 , 10:37 PM






So I added a splash screen using the method of giving the "same
filename.bmp" to the graphic as the .mdb filename. The splash screen
shows for about half a second. Followed by the Switchboard covering
it and then the splash screen disappears.

How can I correct? Access2000, Win2000.

Reply With Quote
  #2  
Old   
TofuTheGreat
 
Posts: n/a

Default Re: Splash Screen Delay - 11-20-2003 , 12:39 PM






shivertee (AT) hotmail (DOT) com (Shiver) wrote in message news:<6fab639c.0311192037.4f18b8a5 (AT) posting (DOT) google.com>...
Quote:
So I added a splash screen using the method of giving the "same
filename.bmp" to the graphic as the .mdb filename. The splash screen
shows for about half a second. Followed by the Switchboard covering
it and then the splash screen disappears.

How can I correct? Access2000, Win2000.
The old "samenameasmdbfile.bmp" trick used to work when computers were
vastly slower than they are now. To create an effective splash screen
simply create a unbound form and place your image on it. Then you can
set the timer's interval property to 5,000 (milliseconds = 5 seconds)
and code (either vba or recorded macro) to automatically close the
form and display the switchboard.

If you don't know how to code reply and I'll show you.


Christopher


Reply With Quote
  #3  
Old   
John
 
Posts: n/a

Default Re: Splash Screen Delay - 11-20-2003 , 03:50 PM



Whats the behavior you are looking for? I'm not thinking there is
anything wrong with what you described. If you are looking for an
intentional delay and the splashscreen is being closed because of some
functionality in the switchboard then maybe an idea would be to add a
timer to the On Open event of the main form which should force the
form to stop loading for a period of time so it wont close the spash
screen. I don't use switchboards, so I'm not aware of issues there.

John

shivertee (AT) hotmail (DOT) com (Shiver) wrote in message news:<6fab639c.0311192037.4f18b8a5 (AT) posting (DOT) google.com>...
Quote:
So I added a splash screen using the method of giving the "same
filename.bmp" to the graphic as the .mdb filename. The splash screen
shows for about half a second. Followed by the Switchboard covering
it and then the splash screen disappears.

How can I correct? Access2000, Win2000.

Reply With Quote
Reply




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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.