FolderBrowserDialog
I'm using FolderBrowserDialog with the root folder set to .RootFolder = Environment.SpecialFolder.MyComputer on a computer that has a zip disc. When the browser opens, I get a "There is no disc in the drive" error on the zip drive. I can get around this by setting the root directory to something special, but I want the root to be MyComputer. Short of ripping out the zip drive (tempting...) is there a solution anyone can suggest?
|