Enumerating Network connections

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Vijayakumar

    #1

    Enumerating Network connections

    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


  • Stuart Nathan

    #2
    Re: Enumerating Network connections

    Have a look at ManagementObjec t etc.
    Imports System.Manageme nt


    Comment

    • Vijayakumar

      #3
      Re: Enumerating Network connections

      I checked the system.manageme nt, 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.

      "Stuart Nathan" <Stuart.Nathan@ homecall.co.uk> wrote in message
      news:eM3$dPqaGH A.4612@TK2MSFTN GP03.phx.gbl...[color=blue]
      > Have a look at ManagementObjec t etc.
      > Imports System.Manageme nt
      >
      >[/color]


      Comment

      Working...