J
Jon Vaughan
Hello all,
I have written a program that is a client / server program running over a
wifi network. When the computer boots windows connects to the network 99% of
the time , but now and again it just doesnt connect and needs to be manually
connected. I was wondering if in .net its possible to re connect to the
network ? my other smaller problem is that the client code is set to run on
start up, a splash screen is initially displayed to wait for the network
connection to establish ( timer is set so every 15 secs it tries to ping the
server ), but even thou the connection is established ( connection
notification is show in the system tray ) the program wont connect. It
takes a cancel program and manually re run it before it connects. Its as if
the program is being started before the network connection and due to this
it cant connect.
If anyone has any ideas on either of the above problems Im having I would be
grateful to know them.
Thanks
Jon
I have written a program that is a client / server program running over a
wifi network. When the computer boots windows connects to the network 99% of
the time , but now and again it just doesnt connect and needs to be manually
connected. I was wondering if in .net its possible to re connect to the
network ? my other smaller problem is that the client code is set to run on
start up, a splash screen is initially displayed to wait for the network
connection to establish ( timer is set so every 15 secs it tries to ping the
server ), but even thou the connection is established ( connection
notification is show in the system tray ) the program wont connect. It
takes a cancel program and manually re run it before it connects. Its as if
the program is being started before the network connection and due to this
it cant connect.
If anyone has any ideas on either of the above problems Im having I would be
grateful to know them.
Thanks
Jon