CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2001
    Posts
    1

    vb/ find out network user' s names

    hi, in a peer to peer network enviroment, i need the machine names of all connected users.

    thanks a lot.


  2. #2
    Join Date
    Aug 2000
    Location
    Dublin
    Posts
    20

    Re: vb/ find out network user' s names

    Hi

    Take a look at

    http://www.mvps.org/vbnet/code/network/netuserenum.htm

    I know its not exactly what you want but there may be more on this site with similar examples in this area using the Netapi32 library. I know there is a function NetServerEnum that also lets you specify the type of server to enumerate, eg. WORKSTATION, PRIMARY DOMAIN CONTROLLER, etc.

    Thanx
    Andew


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