Hi everyone,
does anyone has an idea about this?
Hi everyone,
does anyone has an idea about this?
if that computer has any fixed IP address, then you can use ping command. If machine is online, you will get the response. So based on that you can do some activities.
Thanks Karthik, I will try this one
You can try this as well
System.Net.NetworkInformation.NetworkInterface.GetIsNetworkAvailable()
If its true then you are online
InternetStatus would be a boolean
Thanks,
Prankur
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.