To set the start location of FolderBrowserDialog in C# and VB.NET you can use the following snippet.
To do so, simply set the SelectedPath Value to the path you want.
Sample C#
MyFolderBrowserDialog.SelectedPath = @"C:\Test";
Sample VB.NET
MyFolderBrowserDialog.SelectedPath = "C:\Test"
RT @CodeSnippetsNET: Set start Path of FolderBrowserDialog http://t.co/a9RFV5zL19 #csharp #vb #dotnet
RT @CodeSnippetsNET: Set start Path of FolderBrowserDialog http://t.co/a9RFV5zL19 #csharp #vb #dotnet