Get list of coputers from Network Neighbourhood 
Author Message
 Get list of coputers from Network Neighbourhood

Anyone any ideas how to get a list of the computers on the network, either
from Network Neighbourhood or any other way ?

I was hoping there'd be a simple API call, but I haven't found it yet.

Any help most appreciated.

Dave Monks



Fri, 06 Oct 2000 03:00:00 GMT  
 Get list of coputers from Network Neighbourhood

NetServerEnum will enumerate domains and machines. Only available on
Windows NT.

WNetEnumResource will enumerate domains, machines, devices, shares, etc
as done in the browser list  and it's available on all MS supported
platforms.

Regards,

Elvio Serrao

Quote:

> Anyone any ideas how to get a list of the computers on the network,
> either
> from Network Neighbourhood or any other way ?

> I was hoping there'd be a simple API call, but I haven't found it yet.

> Any help most appreciated.

> Dave Monks



Sat, 07 Oct 2000 03:00:00 GMT  
 Get list of coputers from Network Neighbourhood

There is code to do this in the VBA Developers Handbook (Sybex, Getz and
Gilbert). See th networking chapter (chapter 11) and the use of the WNetEnum
functions...

Michael


Quote:
>Anyone any ideas how to get a list of the computers on the network, either
>from Network Neighbourhood or any other way ?

>I was hoping there'd be a simple API call, but I haven't found it yet.

>Any help most appreciated.

>Dave Monks



Sat, 07 Oct 2000 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Access database gets corrupted (Network Neighbourhood)

2. Getting information on the network neighbourhood

3. Network neighbourhood list

4. Getting a list of Computer's on a network and or a list of Workgroups

5. Accessing external tables with JET and windows 95 network neighbourhood

6. Windows Network Neighbourhood

7. Second posting - problems communicating when network neighbourhood disabled

8. network neighbourhood

9. Linking Network Neighbourhood

10. linking network neighbourhood to a form

11. Accessing network neighbourhood

12. Network neighbourhood sharenames

 

 
Powered by phpBB® Forum Software