Re: Detect network shutdown
Using VB6 you could ping it until it stops responding. You could use my ping class to do it:
http://www.vbforums.com/showthread.php?t=395955
Re: Detect network shutdown
Thanks...nice programming.
Cheers,
Kepler
Re: Detect network shutdown
Or you could put in a router and each computer will work independently.
Re: Detect network shutdown
Ya Al42 hit it on the head - his would be a better approach - they are only like 20-40 bucks.
Re: Detect network shutdown
Hi,
Just one problem: I'm using "ICMP.IsAddressAlive"; it only gives me "False" if my sister's computer is shut down from the power (the normal shutdown gives a true active connection).
Wich command should I use in your class?
Regards,
Kepler
Re: Detect network shutdown
IsAddressAlive should return True if her computer is on, and False if her computer is off. Does it do something else?
Re: Detect network shutdown
Hi,
I didn't get a notification of your reply, sorry.
"IsAddressAlive" gives true with the computer on and off - it only returns false if the computer is unplugged from the energy power.
Regards,
Kepler
Re: Detect network shutdown
I'm speechless. In that case, get yourself a router like everyone else LOL.