Detecting Internet Connection problem

D

Doug Sanders

About two years ago with help from usenet I created a form that had a module
to detect type of internet connection functioning. Worked great.

Used it on DSL, MODEM, etc. Last week used the same form on a laptop that
used a wireless connection (in a private residence) and it doesn't work.

Internet access is there but the function doesn't see it. What changed or
what do i have to change?

Function starts with:

Public Declare Function InternetGetConnectedState _
Lib "wininet.dll" (ByRef dwflags As Long, _
ByVal dwReserved As Long) As Long


Thanks,

Doug Sanders
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top