CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 1999
    Location
    California,USA
    Posts
    7

    Computer Names Listing

    In Windows Exporer When we click on Network Neighbourhood we see a list of all domains work groups and independent computers
    When we click on a domain we get a listing of all computers on that domain
    How can i populate a list box in VB with computer names given a domain name

    Vijay



  2. #2
    Join Date
    Sep 1999
    Location
    Germany
    Posts
    66

  3. #3
    Guest

    Re: Computer Names Listing

    use the NetQueryDisplayInformation API


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