CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2008
    Posts
    43

    Get List of Computers Connected to a Network

    I have a program into which i want to put a combo box that i want to populate with the names of all the computers connected to the network. i've googled without much success. can anyone help me?

  2. #2
    Join Date
    Sep 2008
    Location
    Netherlands
    Posts
    865

    Re: Get List of Computers Connected to a Network

    first hit when I searched on 'C# get network computers' on google:

    http://www.codeproject.com/KB/IP/Lis...Computers.aspx


    works just fine

  3. #3
    Join Date
    Mar 2004
    Location
    33°11'18.10"N 96°45'20.28"W
    Posts
    1,808

    Re: Get List of Computers Connected to a Network

    this is an article I used before to do that: http://www.codeproject.com/KB/IP/comppickerlib.aspx

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured