How can I tell if an Inet connection exists WITHOUT using the Public Declare Function InternetGetConnectedState Lib "wininet" API.
Printable View
How can I tell if an Inet connection exists WITHOUT using the Public Declare Function InternetGetConnectedState Lib "wininet" API.
you could try and connect to the Internet, if its already connected then it wont let you
any other ideas or sample code?