B
Barry Pierce
I have created a simple program to open a
FolderDialogBrower box.
I'm trying to use the FileBrowserDialog to select a
network folder using UNC path names.
The only option that seems to work is to set
this.FolderBrowserDialog1.RootFolder =
System.Environment.SpecialFolder.DesktopDirectory
and
this.FolderBrowserDialog1.SelectedPath
= "\\Servername\..."
However, this only works with Windows XP
machines. When I try to open the FileBrowserDialog box
using Windows 2000, only the desktop directory opens
instead of the SelectedPath.
Any suggestions?
FolderDialogBrower box.
I'm trying to use the FileBrowserDialog to select a
network folder using UNC path names.
The only option that seems to work is to set
this.FolderBrowserDialog1.RootFolder =
System.Environment.SpecialFolder.DesktopDirectory
and
this.FolderBrowserDialog1.SelectedPath
= "\\Servername\..."
However, this only works with Windows XP
machines. When I try to open the FileBrowserDialog box
using Windows 2000, only the desktop directory opens
instead of the SelectedPath.
Any suggestions?