Does anybody know that if I shell out for Office Developer Edition when I produce an EXE for an Access DB (2003) if it will show the Access splash screen on start up?
Try putting a bmp with the same name as your file in the folder where you file is kept. Instead of the access splash screen, the bmp will be displayed. This works with mdbs, not sure if it will work with exes.
Just to clarify your undestanding, the developer tools do NOT produce a .exe.
You ship your normal mdb file. It is the Access environment that is different in the runtime.
There is no such edition of office as "Developer". You will need to purchase Visual Studio Tools for Office to use the Access runtime - which allows Access applications to run on PC's without Access installed.
In terms of a splash screen, if my db is called "application.mdb" then create a BMP file called "application.bmp" and keep it in the same folder as the MDB. Should work fine.
If you do purchase Visual Studio Tools then you can create a subkey "StartupScreen" under the \Run Time Options subkey.
Cheers,
Steve.
"They have the internet on computers now!" - Homer Simpson
As of the 2003 version of MS Access there is a new set of Access Developer tools that includes creation of an exe file from a project or database. The Package wizzard allows you set up how you want the application to look when installed on a PC that does not have access. It took me a few times to figure it out, but it works nicely. If you have the developer tools, go to help and look up the process the directions are very helpful. Also in the tools/startup menu you can set the form that you want used at startup.
Sorry, let me clarify; there is no edition of Office 2003 called "Developer". This has been the case since Visual Studio .net has been released - this is so MS introduced Visual Stuiod Tools for Office.
The reason I said this was because the original post mentioned his DB in Access 2003 format.
Cheers,
Steve.
"They have the internet on computers now!" - Homer Simpson
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.