Link to home
Start Free TrialLog in
Avatar of Tom_lyd
Tom_lyd

asked on

How to monitor modem connect to the internet ?

I want to monitor the modem, if the user is trying to dial up to connect to the internet, I will be notified and I can do something, how to do it ?
ASKER CERTIFIED SOLUTION
Avatar of Amritpal Singh
Amritpal Singh
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Kiran Paul VJ
hi..

u can use RasEnumConnection API

kiranvj
Avatar of Tom_lyd
Tom_lyd

ASKER

Thank you very much, if the user only connect the modem to the computer and powered on, but don't dail up, then how can I know a modem is connected to the computer other than dailing up ?
hi ...

chk  the link...

http://www.freevbcode.com/ShowCode.asp?ID=1674

its a vb code. u can use the APIs in the example. It list modems connected to ur computer.
If the number is zero , then no modems are connected to ur computer.

hope this helps

kiranvj