Help! Logging Connections To Internet

  • Thread starter Thread starter Jonathan
  • Start date Start date
J

Jonathan

Hi All,

In my program, i am trying to log all connections to the internet(dialup
modem). I want my app to start logging the call as soon as the connection is
established(sort of how MSN Messenger automatically starts signing in when a
connection is started).

I need to gather the following information about each connection made...

1. Time connected
2. Connection Speed (kbps)
3. Time disconnected
4. Duration

Could somebody please explain how i could go about this, and how.

Kind Regards,
Jonathan
 
* "Jonathan said:
In my program, i am trying to log all connections to the internet(dialup
modem). I want my app to start logging the call as soon as the connection is
established(sort of how MSN Messenger automatically starts signing in when a
connection is started).

I need to gather the following information about each connection made...

1. Time connected
2. Connection Speed (kbps)
3. Time disconnected
4. Duration

Could somebody please explain how i could go about this, and how.

You will find appropriate VB6 sourcecode here (needs to be translated to
VB.NET):

<http://www.totalenviro.com/PlatformVB>
 
Jonathan said:
In my program, i am trying to log all connections to the
internet(dialup modem). I want my app to start logging the call as
soon as the connection is established(sort of how MSN Messenger
automatically starts signing in when a connection is started).

I need to gather the following information about each connection
made...

1. Time connected
2. Connection Speed (kbps)
3. Time disconnected
4. Duration

Could somebody please explain how i could go about this, and how.

There is no built-in VB.NET command for this purpose. I'd probably ask in
one of the framework groups (microsoft.public.dotnet.framework[.*]), or in
one of the microsoft.public.win32.programmer.* groups.
 
Back
Top