Pluto,
If you set the SelectedPath property to the FolderBrowserDialog before
calling Show, it should select the path that is indicated by the property.
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- nick(dot)paldino=at=exisconsulting<dot>com
Pluto said:
Is it possible to open (ShowDialog) the FolderBrowserDialog in a specific
folder location?
Thanks.