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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top