|
-
Jul 14th, 2005, 02:09 AM
#1
Thread Starter
Addicted Member
browse directory
Hi is there a control that I can use that serves like HtmlInputFile but i displays only the directory
Thanks,
Jewel
Last edited by jewel; Jul 14th, 2005 at 02:15 AM.
xoxo
-
Jul 14th, 2005, 02:12 AM
#2
Re: browse directory
You can use the OpenFileDialog, like this:
VB Code:
OFD.InitialDirectory = "D:\temp\david\my pictures\old pics"
OFD.Filter = "Pictures (*.bmp;*.jpg;*.gif)|*.bmp;*.jpg;*.gif|All files (*.*)|*.*"
OFD.ShowDialog()
fn = OFD.FileName
-
Jul 14th, 2005, 02:16 AM
#3
Thread Starter
Addicted Member
Re: browse directory
Hi, sorry my question was not clear, i need only a directory browser not file browser...in a web form
thanks,
Jewel
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|