G
Guest
To demonstrate my problem, I have a very simple VB Windows application. It
has a text box that is used to display a counter, a button to reset the
counter, and a timer that increments the counter every second.
I remote desktop to the computer hosting this application and run the
application. It starts up and displays the counter incrementing every
second. If I disconnect the network cable between the two computers for 10
seconds and reconnect it, the application has "hung" while the network has
been disconnected -- my counter has not been incrementing.
If I run the same test, but minimize the application before disconnecting,
then upon reconnect and un-minimizing, it is evident that the counter
continued to run while the network was disconnected.
I tried another test where I started up this application and an application
that was similar. I minimized one and left the other alone. I disconnected
the network and re-connected. After un-minimizing the one, it was evident
that BOTH applications failed to increment their counters while the network
was disconnected.
Any ideas on what is causing this problem and if there is a way around it
(the desired behavior is that internally the counter continues to increment
regardless of the network connectivity.
Thanks
has a text box that is used to display a counter, a button to reset the
counter, and a timer that increments the counter every second.
I remote desktop to the computer hosting this application and run the
application. It starts up and displays the counter incrementing every
second. If I disconnect the network cable between the two computers for 10
seconds and reconnect it, the application has "hung" while the network has
been disconnected -- my counter has not been incrementing.
If I run the same test, but minimize the application before disconnecting,
then upon reconnect and un-minimizing, it is evident that the counter
continued to run while the network was disconnected.
I tried another test where I started up this application and an application
that was similar. I minimized one and left the other alone. I disconnected
the network and re-connected. After un-minimizing the one, it was evident
that BOTH applications failed to increment their counters while the network
was disconnected.
Any ideas on what is causing this problem and if there is a way around it
(the desired behavior is that internally the counter continues to increment
regardless of the network connectivity.
Thanks