Network Neighbourhood

  • Thread starter Thread starter Leonard Eames
  • Start date Start date
L

Leonard Eames

Hi,

I am writing an application that requires a directory picker dialog. I am
having no problems listing all the directories mapped on the machine but i
cannot find help anywhere on enumerating the network neighbourhood.

Any help would be appreciated

Thanks

Leonard
 
As far as I know, the only way is to use the Windows Networking API (WNet)
using P/Invoke.
Its not nice, but it works.

Search in MSDN for the WNet API and you will also find some sample on how to
activate it.

Eran
 
Back
Top