Use a Splash Screen

You can display a custom logo (instead of the Access logo) while the Access program loads. Name a bitmap the same name as your mdb file (YourAppName.bmp) and put it in the same folder as the MDB. This bitmap image will be displayed instead of the Access startup logo when you launch your application.

Now, with a fast computer, you probably won't notice this logo since it will only be displayed for a fraction of a second. So, you need another splash screen. The first screen of your application should always be a splash screen that shows at least the application name, client's company name, version number, and your company name. This single feature says, "this is a professional application."

When your application starts, it should show a Splash screen with a logo (either yours or your client's) and some basic application information, as shown in Figure I-13.

Figure I-13

Example code for displaying the Splash screen for a specified number of seconds (3 or 4 seconds seems like a good duration) can be found on the Microsoft Knowledgebase article 101374.

0 0

Post a comment

  • Receive news updates via email from this site