Click to See Complete Forum and Search --> : how to get the list of computers connected in the network


raj_self
June 8th, 2004, 05:41 AM
can any one tell how to get the list of all the systems connected in the network. i had one example using windows api but i can't understand the code. it will be better if the explanation is also there.

kuphryn
June 8th, 2004, 06:53 PM
One solution is NetServerEnum().

Kuphryn

Mathew Joy
June 12th, 2004, 02:22 AM
You can use the WNetEnumResource() API. There is a thread in this forum that discuss the implementation along with the code. Additionaly you may want to check out the MSDN as well.