Browse for folder dialog

  • Thread starter Thread starter VB Joshua
  • Start date Start date
V

VB Joshua

How do I call a browse for folder dialog?

Dim oBrowseFolder As New System.Windows.Forms.FolderBrowserDialog

oBrowseFolder.ShowDialog()

But I can not show a form modal for some reason?
 
VB said:
How do I call a browse for folder dialog?

Dim oBrowseFolder As New System.Windows.Forms.FolderBrowserDialog

oBrowseFolder.ShowDialog()

But I can not show a form modal for some reason?

I't impossible on the web.

//Rutger
 
Maybe this will help I am trying to obtain a folder on the user machine is
there any way? I need to move the files in a folder to a file store is there
any way at all?
 
VB said:
Maybe this will help I am trying to obtain a folder on the user machine is
there any way? I need to move the files in a folder to a file store is there
any way at all?

Nope, but maybe you can use ActiveX of a Java Applet.

//Rutger
 
Back
Top