2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
Start locationTo set the user defined StartLocation for the FolderBrowser Dialog, set the StartLocation property to FolderBrowserFolder.CustomStartLocation and then assign the desired directory path to the CustomStartLocation path of the FolderBrowser component. C# this.folderBrowser1.StartLocation = FolderBrowserFolder.CustomStartLocation; this.folderBrowser1.CustomStartLocation = textBox1.Text;
VB
Me.folderBrowser1.StartLocation = FolderBrowserFolder.CustomStartLocation Me.folderBrowser1.CustomStartLocation = textBox1.Text
Reference link: https://help.syncfusion.com/windowsforms/folder-browser/locationsettings |
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.