• 0

[VB6] Get a list of computers


Question

Is there an api i can use to get a list of computers on a network domain/workgroup? All i need is the computer names.

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

I wrote a program while I was in college to do something similar. But it just checked all the computers on the network that were running my program not all the computers in the same domain etc.

Link to comment
Share on other sites

  • 0

Why not just go through all the ip's on your lan and ping each of 'em? If they don't timeout, you could initiate an IAS query or some such to find their name, MAC address, etc. Multithreading would help in this implementation.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.