
Check to see is network connection status
I would suspect that it might be. Would not attempting to Dir() against a
known directory produce the same delay as attempting to access a
disconnected share in explorer?
--
Randy Birch, MVP Visual Basic
http://www.mvps.org/vbnet/
http://www.mvps.org/ccrp/
| On Thu, 04 Nov 1999 11:18:13 -0800, "Cathy smith"
|
| <How do I check to see if I am still connected to our LAN?
|
|
| <Does this code help ?
| <
| <http://www.mvps.org/vbnet/code/network/internetgetconnectedstate.htm
|
| This might be more appropriate. However, I haven't tried it so I
| don't know if a disconnected state will be indicated faster than
| by using Dir() to check for a known directory on a known machine
| on the LAN.
|
| http://www.mvps.org/vbnet/code/network/ping.htm
|
| --
| Paul Marshall