Page 2 of 2

Re: Testing internet connection

Posted: Mon Dec 07, 2015 11:33 am
by Piotr D
Hi Pedro,
thanks for your contribution.
Regards
Piotr

Re: Testing internet connection

Posted: Mon Dec 07, 2015 4:43 pm
by pedroah
Always, Your Welcome

Re: Testing internet connection

Posted: Tue Dec 08, 2015 10:02 am
by Piotr D
Pedro,
maybe I make some wrong, but the DLL function InternetGetConnectedState() return 1 when computer is connected via router into internet and return the same when computer is not connected into router (and don't have onnection with internet). Why?

Piotr

Re: Testing internet connection

Posted: Tue Dec 08, 2015 2:52 pm
by Auge_Ohr
Piotr D wrote:maybe I make some wrong, but the DLL function InternetGetConnectedState() return 1 when computer is connected via router into internet and return the same when computer is not connected into router (and don't have onnection with internet). Why?
you have to wait 30Sec.

Re: Testing internet connection

Posted: Wed Dec 09, 2015 11:58 am
by Piotr D
Jimmy,
what are you meant? Don't understand. :(

Piotr

Re: Testing internet connection

Posted: Sun Dec 13, 2015 12:39 pm
by Auge_Ohr
Piotr D wrote:what are you meant? Don't understand. :(
i did test it with a USB WiFi Stick.
after "eject" USB the Function still show "Y". so i wrote a loop and after 30 Sec. it show "N"

IMHO the Function only show if you have a connection to Internet but it does not say that you can connect to a Website.