Perry Smith

Java Questions & Answers

Archive

Home / Java Q & A Archive Page 5 / Java Q & A Archive / Java Main Page

File Dialog
Thursday, 01-Jul-1999 12:52:28
194.106.141.61 writes:
Hi,
I'm wondering how to create a map network drive dialog in Java. I know how to create the actual dialog. The problem I have is actually displaying the list of computer names that appear in network neighborhood on my NT machine. Is there some sort of native DLL that I have to load or is the info contained in the registry??? Any Ideas???

Thanks,

Joe Harney


Response
Re: File Dialog
Friday, 02-Jul-1999 02:26:13
202.54.43.102 writes:
hi,
u can use the SNMP protocol to get the list of machines on u'r network.. since SNMP is always running on u'r NT, it will give the list of systems in the network.. i've also seen a program in MFC that gets the list of machines in the network. i remember seeing it in some sample files provided.. u can check with that also..

ganesh


Home / Java Q & A Archive Page 5 / Java Q & A Archive / Java Main Page