CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Apr 1999
    Location
    Sydney, Australia
    Posts
    40

    Listing Computers in a Network

    Can someone help me with getting a .net routine to list the computers on a network?

  2. #2
    Join Date
    Apr 1999
    Location
    Sydney, Australia
    Posts
    40

    Re: Listing Computers in a Network

    Basically, is there a NetServerEnum function in .net?

  3. #3
    Join Date
    Sep 2006
    Posts
    4

    Re: Listing Computers in a Network

    When I search and found that the question I wanted to ask was already asked, I was so happy...... Only to find out none had answered it. lol!! Hopefully some kind soul could enlighten us soon.

  4. #4
    Join Date
    Feb 2005
    Location
    Israel
    Posts
    1,475

  5. #5
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: Listing Computers in a Network

    Hello & welcome to the forums!

    Here's a small sample which list all the pc's in the workgroup in the OutPut window of VB
    Last edited by HanneSThEGreaT; December 19th, 2008 at 03:11 AM.

  6. #6
    Join Date
    Sep 2006
    Posts
    4

    Re: Listing Computers in a Network

    Wow!! Thanx for the info guys!! Is there a noob method just to get a list of computer names on the network within the VS IDE, and not requiring to write such complex stuff? lol!

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