Hi,

Im not sure if im posting in the right place , here is the problem , I have
some code (written in .net) that is started up when the PC starts and runs
forms full screen with no borders. The problem is that, the program is
hooked up to a wireless network to the server, but if my program is loaded
at startup the wifi network doesnt connect, meaning that the program cant
get access to the server.

If the program is taken out of startup and loaded manually, the wireless
network has enough time to connect and everyhting is fine.

What im hoping is that there is some way of delaying the load on startup or
any other work around for this

Thanks

Re: Start Up by Floyd

Floyd
Fri Apr 15 10:57:39 CDT 2005

How about displaying a splash screen until you detect network connectivity?

--
Floyd

"Jon Vaughan" <jonnyvaughan@hotmail.com> wrote in message
news:acO7e.297$za2.110@news.easynews.com...
> Hi,
>
> Im not sure if im posting in the right place , here is the problem , I
> have some code (written in .net) that is started up when the PC starts and
> runs forms full screen with no borders. The problem is that, the program
> is hooked up to a wireless network to the server, but if my program is
> loaded at startup the wifi network doesnt connect, meaning that the
> program cant get access to the server.
>
> If the program is taken out of startup and loaded manually, the wireless
> network has enough time to connect and everyhting is fine.
>
> What im hoping is that there is some way of delaying the load on startup
> or any other work around for this
>
> Thanks
>