Home All Groups Group Topic Archive Search About

Enumerating Network connections

Author
27 Apr 2006 3:41 PM
Vijayakumar
Hi all,
How can I enumerate network and dial-up connections using vb.net? I need to
display the network and dial-up connections in a combo box and to display
its details while selecting the same.

Vijayakumar

Author
28 Apr 2006 9:13 AM
Stuart Nathan
Have a look at ManagementObject etc.
Imports System.Management
Author
28 Apr 2006 11:40 AM
Vijayakumar
I checked the system.management, but no proper documentation I found. From
the internet I got some samples, but it is not fit for my need. The WMI
samples users some property names to retrieve the variables. I don't know
these property names and it is not supported retrieving using the index.

Show quoteHide quote
"Stuart Nathan" <Stuart.Nat***@homecall.co.uk> wrote in message
news:eM3$dPqaGHA.4612@TK2MSFTNGP03.phx.gbl...
> Have a look at ManagementObject etc.
> Imports System.Management
>
>