FolderBrowserDialog- No Disk error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Greetings
lately, whenever I call the FolderBRowserDialog (Visual Basic.net 2003) and there is no media in my internal zip drive D:, I get the following eror

No Dis
There is no disk in the dirve. Please insert a disk into drive \Device\Harddisk1\DR1

I see this is a common error, but I do not know how to solve it in this context
Thank
Randy
 
My guess would be that you aren't setting an initial root directory or path.
I am guessing that the dialog tries to access each element at the root of my
computer. Try setting the root directory or path to something and see if it
still happens. You could persist the last folder and remember the user's
settings. It might be more useful that way.

Just a thought. Good luck with it.

Randy Smith said:
Greetings,
lately, whenever I call the FolderBRowserDialog (Visual Basic.net 2003)
and there is no media in my internal zip drive D:, I get the following eror:
 
Back
Top