Hi,
I am trying to set an initial path in a browse-for-folder editor. I have tried:
rbrIISNewWebsiteLocation.Text = Application.StartupPath;
and
(rbrIISNewWebsiteLocation.Dialog as FolderBrowserDialog).SelectedPath = Application.StartupPath;
but in both cases the text displays '(none)' and when I click the browse button is opens at the root of my computer?