Splash Screen and Windows Start up

K

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
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,

Kam said:
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,
 
K

Kamal

I want to change the application to wait for all the processes to load and
then load itself.

Thanks.
 
I

Ignacio Machin \( .NET/ C# MVP \)

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,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top