| | |
|
|
|
splash screen |
| message from =?Utf-8?B?UGFuZ28=?= on 10 May 2004 |
I have created a splash screen for my database by creating a bitmap file .bmp ,giving it the same name with my database and storing them in the same directory.
Now whenever the database is open, the .bmp file opens first. My problem is that i want to delay it to 1 or 2 seconds before is vanishes, Is that possible?
|
| =?Utf-8?B?UGFuZ28=?= replied to =?Utf-8?B?UGFuZ28=?= on 11 May 2004 |
The problem is that i want the spalsh screen to open before access comes up.
|
| Terry Kreft replied to =?Utf-8?B?UGFuZ28=?= on 11 May 2004 |
As Brendan says, you cannot control how long the bitmap is displayed for.
Try using the bitmap as now and placing it on a form which is the first to
open when your database opens, close the form on the timer event.
|
| Brendan Reynolds replied to =?Utf-8?B?UGFuZ28=?= on 10 May 2004 |
Not using the bitmap, no. You can have an Access form splash screen within
the MDB, and control the time that is displayed using the Timer event and
the TimerInterval property.
|
|
Archived message: splash screen (MS Access Error Message)