FolderBrowserDialog and remote machine

  • Thread starter Thread starter Michael Jackson
  • Start date Start date
M

Michael Jackson

My .NET 2003 app creates SQL Server databases via code. I allow the user to
select any SQL Server machine on the network from a combobox, then allow
them to enter a location in which to create the data/log files. This entry
is entered into a text box. I want to add a FolderBrowserDialog component to
allow the user to browse for a folder on the selected machine rather than
typing the data in, but I can't seem to make the FolderBrowserDialog work on
a non-local machine.

Any help would be greatly appreciated.

Michael
 
Back
Top