I have a FolderBrowserDialog, displayed with code shown below. However, it keeps opening with \'Computer\', i.e. the root of the folder tree, selected. How do I get it to
Set rootfolder to
Environment.SpecialFolder.Desktop
and it should work as you want.
It is the only way to actually set the initial selected folder. You'd think using
Environment.SpecialFolder.MyComputer
would work, but it doesn't.