Directory selection

  • Thread starter Thread starter CSharper
  • Start date Start date
C

CSharper

Is there a control I can use where user can enter server name and then
discover the server, something like folderbrowser? folderbrowser
doesn't allow user to explore the network. I want user to explore or
enter the server name and discover the network.

Thanks.
 
CSharper said:
Is there a control I can use where user can enter server name and then
discover the server, something like folderbrowser? folderbrowser
doesn't allow user to explore the network. I want user to explore or
enter the server name and discover the network.

IMHO, there isn't any.

Probably you can design one. It should be straight-forward. Need to simply
work with System.IO.Directory / File / FileSystemObject.
 
IMHO, there isn't any.

Probably you can design one. It should be straight-forward. Need to simply
work with System.IO.Directory / File / FileSystemObject.

Thank you very much, I dreaded that answer :)
 

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