Click to See Complete Forum and Search --> : How can I get list of all domain names from the network?


Andrew R.
May 16th, 2001, 10:55 PM
NT 4

cksiow
May 16th, 2001, 11:27 PM
check on WNetEnumResource API, I got it work a weeks ago.

HTH

cksiow
http://vblib.virtualave.net - share our codes

John G Duffy
May 17th, 2001, 08:45 AM
http://www.freevbcode.com/ShowCode.Asp?ID=781
This is a sample program that lists all available resources including printers.



John G