Hi,

With Webbrowser Events Control of VB we can monitor DownloadBegin/Complete events etc, BUT how can we monitor if there is an EXISTING INTERNET MODEM CONNECTION?

With WININET.DLL there is an
INTERNETGETCONNECTEDSTATE(INTERNET_CONNECTION_MODEM, 0)
which returns Boolean results,
BUT this is not registrable as ACTIVE-X, IS THERE A SIMPLE WAY TO CHECK THE SAME THING IN VB Components??

OR, how do we incorporate the above WININET codes into VB??


Thanks in advance.