hi all,

how can I set a FolderBrowserDialog root folder with "My Network Places"?
I can't find a proper value for the RootFolder property
(Environment.SpecialFolder.???)

What I aim to get is a diaolg as the one you get clicking the "Browse"
button in Windows Explorer -> "Map NetWork Drive..." dialog.

thanks
Fred

-

Federico Sasso &8v>
http://www.crt.unige.it/jsSQL
The jsSQL Project - JavaScript Database and SQL Engine

Re: FolderBrowserDialog root folder on "My Network Places" by hirf-spam-me-here

hirf-spam-me-here
Wed Nov 26 11:52:10 CST 2003

* "Federico Sasso" <federicosasso@techCUTTHISnologist.com> scripsit:
> how can I set a FolderBrowserDialog root folder with "My Network Places"?
> I can't find a proper value for the RootFolder property
> (Environment.SpecialFolder.???)
>
> What I aim to get is a diaolg as the one you get clicking the "Browse"
> button in Windows Explorer -> "Map NetWork Drive..." dialog.

<http://www.mvps.org/dotnet/dotnet/code/filesystem/index.html#bkm2>
-> 'ssfNETHOOD'.

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>

Re: FolderBrowserDialog root folder on "My Network Places" by Federico

Federico
Thu Nov 27 03:15:45 CST 2003

Herfried,
I'm afraid I didn't understand your kind answer..
can you please be a little more explicit?
Fred

> > how can I set a FolderBrowserDialog root folder with "My Network
Places"?
> > I can't find a proper value for the RootFolder property
> > (Environment.SpecialFolder.???)
> >
> > What I aim to get is a diaolg as the one you get clicking the "Browse"
> > button in Windows Explorer -> "Map NetWork Drive..." dialog.
>
> <http://www.mvps.org/dotnet/dotnet/code/filesystem/index.html#bkm2>
> -> 'ssfNETHOOD'.
>
> --
> Herfried K. Wagner [MVP]
> <http://www.mvps.org/dotnet>



Re: FolderBrowserDialog root folder on "My Network Places" by hirf-spam-me-here

hirf-spam-me-here
Thu Nov 27 06:48:47 CST 2003

* "Federico Sasso" <federicosasso@techCUTTHISnologist.com> scripsit:
> I'm afraid I didn't understand your kind answer..
> can you please be a little more explicit?

The link I gave you points you to a listing of code you can use to
determine the path of the network places folder.

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>