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

Re: Network Neighbourhood by Eran

Eran
Tue Dec 30 12:32:40 CST 2003

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


--
Eran Sandler esandler at netvision.net.il



"Leonard Eames" <l.eames@ntlworld.com> wrote in message
news:gnhEb.166$YK1.219937@newsfep2-gui.server.ntli.net...
> 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
>
>