How can i detect if there is a internet connection or not?
Printable View
How can i detect if there is a internet connection or not?
there are several methods... The easiest one would be measuring ping.exe output when pinging google.com or just connect to an online IP address with the Winsock control and see if it errors up...
thanks,
What i want to do is show a internet page in a form but if there is no internet connection then it will change to an offline form that shows that you are not connected to the internet.....
O... kay then... code it...