473,805 Members | 2,164 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Splash Screen and Windows Start up

Kam
Hi,

I've got an application that starts whenever the machines starts but it
hangs on the splash screen until the underlying applications is ready to go
and then it starts to load.

Is there any way (in C# code) to stop this application from running until
Windows has finished loading?

Any help would be very much appreciated.

Thank you.

Kamal

Dec 19 '05 #1
3 1881
Hi,

"Kam" <ka**@bca-group.comNOSPAM PLEASE> wrote in message
news:uS******** *****@TK2MSFTNG P15.phx.gbl...
Hi,

I've got an application that starts whenever the machines starts but it
hangs on the splash screen until the underlying applications is ready to
go
and then it starts to load.

Well, that is the intended use of a splash screen, to have an interface
while the app is loading.
Is there any way (in C# code) to stop this application from running until
Windows has finished loading?


Dont' quite understand yuo, do you want to change the app? or just
configure the OS to start this application later on the startup
cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
Dec 19 '05 #2
I want to change the application to wait for all the processes to load and
then load itself.

Thanks.
"Ignacio Machin ( .NET/ C# MVP )" <ignacio.mach in AT dot.state.fl.us > wrote
in message news:OY******** *****@TK2MSFTNG P12.phx.gbl...
Hi,

"Kam" <ka**@bca-group.comNOSPAM PLEASE> wrote in message
news:uS******** *****@TK2MSFTNG P15.phx.gbl...
Hi,

I've got an application that starts whenever the machines starts but it
hangs on the splash screen until the underlying applications is ready to
go
and then it starts to load.

Well, that is the intended use of a splash screen, to have an interface
while the app is loading.
Is there any way (in C# code) to stop this application from running until Windows has finished loading?


Dont' quite understand yuo, do you want to change the app? or just
configure the OS to start this application later on the startup
cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation

Dec 19 '05 #3
Hi,

AFAIK you cannot know for sure when that moment is, when the system
"finish" to load , your best bet may be adding an entry to the startup
folder, this is the last place where windows looks for programs to run.

Maybe you get a better answer in some of the WinXP groups.
cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation

"Kamal" <ka***@blueyond er.co.uk> wrote in message
news:%2******** ********@TK2MSF TNGP11.phx.gbl. ..
I want to change the application to wait for all the processes to load and
then load itself.

Thanks.
"Ignacio Machin ( .NET/ C# MVP )" <ignacio.mach in AT dot.state.fl.us >
wrote
in message news:OY******** *****@TK2MSFTNG P12.phx.gbl...
Hi,

"Kam" <ka**@bca-group.comNOSPAM PLEASE> wrote in message
news:uS******** *****@TK2MSFTNG P15.phx.gbl...
> Hi,
>
> I've got an application that starts whenever the machines starts but it
> hangs on the splash screen until the underlying applications is ready
> to
> go
> and then it starts to load.

Well, that is the intended use of a splash screen, to have an interface
while the app is loading.
> Is there any way (in C# code) to stop this application from running until > Windows has finished loading?


Dont' quite understand yuo, do you want to change the app? or just
configure the OS to start this application later on the startup
cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation


Dec 19 '05 #4

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

Similar topics

2
6925
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
2261
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...
0
1814
by: Stuart Norris | last post by:
Dear Group, I am attempting to write a "splash" and "status" Form using a second thread. I wish to use this Form to display status information to the user when I do CPU intensive work in my GUI during startup. I wish to also use the same Form after startup as well if I do something CPU intensive. I have developed a multi-threaded application however the very first
1
3609
by: BillZondlo | last post by:
Can someone look at this and tell me why, when I call this from my main app, it displays fine (fades form in and out) but then before my main app displays, I see other dialog boxes flash monentarily on the screen and this delays the main app display? Here is the fade which I compile to a dll and call from my main app: using System; using System.Threading; using System.Timers;
2
20641
by: Tom | last post by:
Hi all In winform application I am trying to start 2 forms I am trying to show the 2nd winform on a separate thread. using Thread mainapp = new Thread(new ThreadStart(loadmainscm)); mainapp.Start(); //where
8
1875
by: Mike | last post by:
Hi , I use formBorderStyle = "None" for the splash window. If I will not open if as a Dialog (frmSplash.ShowDialog) then the form will not be on the front of other windows. >From another side when I use "ShowDialog" code stay "frozen" for the time of Splash is opened. Any idea how to move formBorderStyle = "None" form to the front. I will use frmSplash.Hide at the end of MainForm_Load procedure
2
2359
by: Mika M | last post by:
Hi! My Windows Forms VB 2005 application has Splash Screen form specified in My Project/Application/Splash Screen. How can I close Splash Screen form programmatically when Startup form (specified in same place) causes error when it is loading and it cannot open database connection for example? Now error message will be below Splash Screen form, and it causes problem how to read error message and close it.
2
4223
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
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...
0
9718
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9596
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
10613
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...
1
10368
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
10107
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
9186
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
5678
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3846
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3008
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.