List Of Computers Connected To Network 
Author Message
 List Of Computers Connected To Network

In Regedit.exe, under File-> Select Computer........a popup displaying a
list of computer names connected to the network. I am designing an
application where a user much provide a network computer name and I prefer
to have them select from a list of available connected computers rather
than having them manually type the name in a textbox control.

I need a Network API function call that will allow me to mimic this
programmatically within a Visual Basic application when the form loads.

There is a function called NetEnumResources() but I am unable to get it to
work.......
Please email me the name of the function and a example of how to use it
within my code..

Any suggestions would be appreciated.....



Mon, 06 Mar 2000 03:00:00 GMT  
 List Of Computers Connected To Network

 Yes!
Please post answers to the group - I need to know this too...

Thanks,
Don

Quote:
>Please email me the name of the function and a example of how to use it
>within my code..

>Any suggestions would be appreciated.....



Tue, 07 Mar 2000 03:00:00 GMT  
 List Of Computers Connected To Network

Quote:

>Any suggestions would be appreciated.....

Under Win95 the functions are in the svrapi.dll and listed in the
svrapi.lib.  Try using the EnumSystemComponents or shell a FTP port
call.  If this doesn't work you can always just use the GetMachineName
function and use the IP of the machines.  (This is much easier under
NT.)            

:-)     Hope this helps.  Please respond to news group.



Sat, 11 Mar 2000 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

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

2. How to get a collection of network computer that is currently connected

3. Retrieving real Internet IP address for computers connected through a network

4. Need help to connect two computer on the network

5. list computer names on a network

6. Listing computers in the Network

7. List Computers on Network in VB

8. Getting a list of computers on your network.

9. Listing computers on a network

10. How to get a list of computers on a network

11. VB6 - file list box / drive box question - resolving network paths and computer names

12. Getting a list of networked computer

 

 
Powered by phpBB® Forum Software