Spash screens in a Access 2003 application. How?



I have a BMP file, with the same name as the application, in the folder where the app resides. The application also has user level security.
When I click on the desktop icon to open the app, the splash screen appears for an instant before Access opens a blank full screen view with the Access menus along with the popup window to enter name and password. Doing so removes the splash screen from view.

In A97, using the same method, the splash screen and the security dialog box were both presented. Once the info was entered into the dialog box, the splash screen disappeared and the Access application was presented.

Is there a way to open Access 2003 and allow it to present a spash screen for viewing by not opening full screen?

Below are the notes I copied from A2003 help that describes the method I use.

"Create a splash screen without using a run-time option

Create a bitmap (bitmap: A picture made from a series of small dots, much like a piece of graph paper with certain squares filled in to form shapes and lines. When stored as files, bitmaps usually have the extension .bmp.) with the same name as your application and a .bmp extension. For example, if your application name is Taxes.mdb, your bitmap file name would be Taxes.bmp.

Put it in the same folder as your application.

Using Microsoft Windows Explorer, create a shortcut for your application by clicking File, pointing to New, and clicking Shortcut. In the Create Shortcut dialog box, specify the path to your application. For example: "C:\My Files\Taxes.mdb". Click Next, specify a name for the shortcut, and click Finish.

When you run your application, Access looks for the bitmap, and if it finds one, uses it as a splash screen."
.



Relevant Pages

  • Re: System.Drawing.Bitmap.Bitmap() Error
    ... Bitmap bmp = new Bitmap; ... there is no public parameterless constructor for the ... Bitmap, ... You are assigning the return value from the "GetImage" method of whatever ...
    (microsoft.public.dotnet.general)
  • Re: Spash screens in a Access 2003 application. How?
    ... Essentially, you create an unbound form that is your splash screen, and set it up as your Startup so Access shows it first. ... When I click on the desktop icon to open the app, the splash screen appears for an instant before Access opens a blank full screen view with the Access menus along with the popup window to enter name and password. ... Create a bitmap (bitmap: A picture made from a series of small dots, much like a piece of graph paper with certain squares filled in to form shapes and lines. ... Using Microsoft Windows Explorer, create a shortcut for your application by clicking File, pointing to New, and clicking Shortcut. ...
    (comp.databases.ms-access)
  • Re: BMP
    ... That's definitely not a bmp header. ... about a bitmap after it's loaded. ...  4 | data offset ...
    (comp.graphics.algorithms)
  • Re: LoadImage API
    ... >> The .bmp never shows in the picture box. ... > loads a bitmap and resizes it according ... > returning the handle of the bmp object for you. ... > device context and then "blits" it into a picture box. ...
    (comp.lang.basic.visual.misc)
  • Re: VB6 versus VBNet Challenge
    ... Dim bmp As New Bitmap ... Private Sub ComplementImage(ByVal bmp As Bitmap) ... Dim bmpData As BitmapData = bmp.LockBits(New Rectangle(0, 0, ...
    (microsoft.public.vb.general.discussion)