473,480 Members | 2,230 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Set splash screen time in My Project settings

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
opening it from the main form and then close it with a timer (old vb6 common
method).
Jan 2 '07 #1
2 4188
"will_456" <wi;ll****@bigpond.comschrieb:
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.

Would you really want the user to wait although he wants to work with your
application?

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Jan 2 '07 #2
I'll guess that's the best that the built-in splash screen mechanism can do
(though I haven't researched it.) I've always used my own system so I can
start it up and close it down when I want and how I want.

I'll make a suggestion though. The VB6 method you are referring to is
(probably) no better if by that you mean estimating that after (n) seconds
the system has probably initialized. Rather than set a timer for say 5
seconds (at which time the splash screen is gone) I set it up with a bit
more code so that 5 seconds is the "minimum" time. If initialization is
short (like yours) then it determines it has 4 more seconds to go, if it
takes 6 seconds to get started it determines that the 5 seconds needed has
elapsed and the splash screen can close. You never close the screen early
and you are guaranteed it appears for a minimum amount of time to read it.

As for Herfried's reply. Yes in a way you do want to delay the user even if
the app is ready. First it is simply annoying to blink a screen but more
importantly displaying the splash screen at all can be made a user-selected
option. So the options are a reasonable splash screen effect or no splash
screen effect but never an annoying splash screen effect :-)
"will_456" <wi;ll****@bigpond.comwrote in message
news:uV*************@news-server.bigpond.net.au...
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 opening it from the main form and then close it with a timer (old vb6
common method).

Jan 2 '07 #3

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

Similar topics

3
2249
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...
2
1704
by: S.Hoa | last post by:
Hello Could you please tell me how to create a splash screen in VB.net. I looked at project/add Windows Form... but could not find out. Thank you S.Hoa
5
6380
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...
3
14222
by: Dave | last post by:
I'm using VB 2005 Express Edition, and I have added a splash screen using the template provided. I have also identified it in the "Project / Properties / Application" panel. Works like a champ....
10
22299
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...
1
1555
by: BRAHM | last post by:
I am using this code to set up the splash screen startup time. Protected Overrides Function OnInitialize( _ ByVal commandLineArgs As _ System.Collections.ObjectModel.ReadOnlyCollection(Of...
1
3043
by: BRAHM | last post by:
I am using this code to set up the splash screen startup time. Protected Overrides Function OnInitialize( _ ByVal commandLineArgs As _ System.Collections.ObjectModel.ReadOnlyCollection(Of...
1
1489
by: Mark B | last post by:
Hi experts, My program takes around 20 seconds to load. (VB 2008 on Vista & .Net 3.5) Of course, during that time, it'd be nice to have a splash screen, but not something boring. What are...
2
15991
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...
0
7049
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
6912
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...
0
7092
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...
1
6744
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...
0
6981
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...
0
5348
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,...
1
4790
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4488
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...
0
2989
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.