Hello,

I would like to be able to detect if the computer is connected to Internet. I've tried InternetGetConnectedState() from wininet, but I always get TRUE, nethertheless I'm connected or not.

I would like my application to check pop3 accounts, but if the computer is not connected, there is a hang (big timeout when trying to connect).

Thanks.