473,799 Members | 3,006 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Splash Screen

Can anybody tell me how I can make the splash screen stay up longer then the
brief few micro seconds it does now.
Any code required for this? Can I select the number of seconds for the
screen to stay up.

thanks
Nov 13 '05 #1
7 7196
Br
In news:42******** *************** @news.optusnet. com.au,
John <g4****@hotmail .com> said:
Can anybody tell me how I can make the splash screen stay up longer
then the brief few micro seconds it does now.
Any code required for this? Can I select the number of seconds for
the screen to stay up.

thanks


Do you mean the Access startup splash screen? You can turn it on/off but
that is it.

Begs the question, WHY? :)
--
regards,

Bradley

A Christian Response
www.pastornet.net.au/response
Nov 13 '05 #2
"John" wrote in message:
news:42******** *************** @news.optusnet. com.au...
Can anybody tell me how I can make the splash screen stay up longer then the
brief few micro seconds it does now.
Any code required for this? Can I select the number of seconds for the
screen to stay up.


Hi John,

You must be following the technique outlined here:

http://www.mvps.org/access/general/gen0029.htm

This bitmap will only display for a very brief time as you have noticed.
What you need to do is to create a "Splash Form" (not bitmap) that
has all the information you wish to display when the application first
starts. Using the Form's Timer event *you* control exactly how long
it will be displayed.

A picture is worth a thousand words so how about a nice visual walk-
through guide on how to set this up? See here:

http://www.datapigtechnologies.com/f...ashscreen.html

Now for the *best* looking application load, use *both* a bitmap
and the splash screen form. Change the bitmap to be like 1 pixel
by 1 pixel in dimensions with maybe just plain white. Save it with
the same name as the database (with .bmp extension) and place in
the same folder. The result of this will be that you will NOT see
the Access splash screen AND your custom splash screen form
will display for whatever time frame you specify.

Hope that helps,
--
Jeff Conrad
Access Junkie
Bend, Oregon

----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----
Nov 13 '05 #3
Br@dley wrote:
In news:42******** *************** @news.optusnet. com.au,
John <g4****@hotmail .com> said:
Can anybody tell me how I can make the splash screen stay up longer
then the brief few micro seconds it does now.
Any code required for this? Can I select the number of seconds for
the screen to stay up.

thanks

Do you mean the Access startup splash screen? You can turn it on/off but
that is it.

Begs the question, WHY? :)


Because you can use your own splash screen.
Nov 13 '05 #4
Br
In news:42******** **************@ news.zen.co.uk,
Trevor Best <no****@besty.o rg.uk> said:
Br@dley wrote:
In news:42******** *************** @news.optusnet. com.au,
John <g4****@hotmail .com> said:
Can anybody tell me how I can make the splash screen stay up longer
then the brief few micro seconds it does now.
Any code required for this? Can I select the number of seconds for
the screen to stay up.

thanks
Do you mean the Access startup splash screen? You can turn it on/off
but that is it.

Begs the question, WHY? :)
Because you can use your own splash screen.


I know:) I didn't think he was talking about creating his own form that
mimmicks a splash screen.... but altering the Access one (which you
can't AFAIK).
--
regards,

Bradley

A Christian Response
www.pastornet.net.au/response
Nov 13 '05 #5
Br@dley wrote:
Do you mean the Access startup splash screen? You can turn it on/off
but that is it.

Begs the question, WHY? :)


Because you can use your own splash screen.

I know:) I didn't think he was talking about creating his own form that
mimmicks a splash screen.... but altering the Access one (which you
can't AFAIK).


Create a BMP file with the same base name as the MDB file, e.g.

MyDb.MDB & MyDb.BMP then doubleclick the mdb file and it will display
the bitmap instead of the Access splash. Some thought has to go into it
as Access will still overlay its copyright message onto your bitmap.
Nov 13 '05 #6
Br
In news:42******** **************@ news.zen.co.uk,
Trevor Best <no****@besty.o rg.uk> said:
Br@dley wrote:
Do you mean the Access startup splash screen? You can turn it
on/off but that is it.

Begs the question, WHY? :)
Because you can use your own splash screen.

I know:) I didn't think he was talking about creating his own form
that mimmicks a splash screen.... but altering the Access one (which
you can't AFAIK).

Create a BMP file with the same base name as the MDB file, e.g.

MyDb.MDB & MyDb.BMP then doubleclick the mdb file and it will display
the bitmap instead of the Access splash. Some thought has to go into
it as Access will still overlay its copyright message onto your
bitmap.


Ah yes I remember, I had heard of that one before but never found a use
for it (opting instead for the popup form solution).
--
regards,

Bradley

A Christian Response
www.pastornet.net.au/response
Nov 13 '05 #7
Br@dley wrote:
Create a BMP file with the same base name as the MDB file, e.g.

MyDb.MDB & MyDb.BMP then doubleclick the mdb file and it will display
the bitmap instead of the Access splash. Some thought has to go into
it as Access will still overlay its copyright message onto your
bitmap.

Ah yes I remember, I had heard of that one before but never found a use
for it (opting instead for the popup form solution).


It's a funny thing, the Access splash screen hangs around for seemingly
ages then when you create your own, it disappears quicker than my boss
on pay day.
Nov 13 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
6922
by: Bill | last post by:
Problem 1) Any ideas on how I would get a splash screen to appear for a certain amount of time when I open a database - it's to display a text based disclaimer message. I know about message boxes in VB but I don't my users having to click on an OK buttone each time this appears. Problem 2)
3
2260
by: andrewcw | last post by:
I implemented the simplest of splash screens ( static and on its own thread ). But it seem that when first called maybe 8 seconds elapsed before it showed up, the main form follows several seconds later. Naturally recalling the application, the response is adequate I have 10 classes in my project. Some small, none really huge. And another form public class frmQCLoader : System.Windows.Forms.For { private System.Windows.Forms.DataGrid...
14
6698
by: SStory | last post by:
I am trying to make a splash screen for my vb.net app. It is an mdi app. including the splash code produces wierd results. not inluding makes things fine. Also have tried loading the splash form from: * load event of main mdi parent
2
2109
by: Joe Cool | last post by:
Using VB in VS2005. 2005 has a new way to implment a spash screen that alleviates the need for hardly any code. But I have found that when a GUI that has a splash screen is run as a scheduled task, the splash screen (and no other screen) is displayed for the entire run of the application. How can I disable the spalsh screen just for when an app is run as a scheduled task?
1
2256
by: Ken Allen | last post by:
I am developing a small utility program that must perform a considerable amount of 'background' or 'research' work before it can display any user interface. In general it can take 3-15 seconds to perform all of the work requured before we display any user interface. So we have determined that the utility should have a splash screen to assure the user that the program is executing and will provide results shortly. I should also note that...
5
6414
by: steve | last post by:
Hi All I have a form set as the splash screen in VB.net 2005 application properties How can I tell when it has or is closing, as I want to then run some licence checking code without the splash screen interfering with msgboxes which may need to be displayed if the licence is invalid or missing I have tried in the splash form's formclosing event but it does not fire
2
4222
by: will_456 | last post by:
In vb2005 Express: In My Project Application Splash Screen I have selected my splash screen form. The form opens on project startup but closes immediately before anyone would have time to read it. I presume it only stays visible while the main form initialises. This is not long enough but I can't see how to slow it down. Should I set the splash screen using the Application settings or go back to
10
22382
by: =?Utf-8?B?UmljaGFyZCBCeXNvdXRo?= | last post by:
Hi In my app I have a SplashScreen, a login form and a main form. On launching the app, I'd like to show the SplashScreen while reading config files and attempting a database connection. I show progress of these tasks on a label on the SplashScreen form. Once this is completed ok, the splash screen should close and the login form should be displayed. A successful login closes that form and shows the main form.
4
5222
by: Gaz | last post by:
I am having a bit of a problem getting my application to work properly. RIght here is my problem... WHen my C# windows app loads up the start form, i create a new thread and show the splash on the new thread and put the main thread to sleep until the splash screen has done the business, then i kill the new thread and start another to show the login and again put the main one to sleep. Problem i have is that my splash screen will show...
2
16017
by: Newbie | last post by:
Hi, In the application properties of my vb.net 2008 project I have set one of my forms to be the splash screen. How do I increase the time the splash screen is displayed for. It vanishs to quick,and I would like it to display for 4 seconds Thanks
0
9546
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10490
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10260
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10243
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10030
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9078
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6809
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5467
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
3762
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.