File select control for VB.Net?

G

Guest

I am looking for the VB 6 type of file select dialog control. The one that
you can drag & drop on your form and browse through your file system and
select a file path. I can't seem to find it from VB.Net any more. I tried the
OpenFileDialog and DirectoryBrowserDialog helps. But none of them helps.

I can't believe that this popular control get droped by VB.Net. It must be
somewhere and just I didn't find it.

Can someone help me.

Thanks

Feng
 
G

Guest

Thanks Cor for your response!

What I am looking for is a control that returns a file path, not an opened
stream or something, like OpenFileDialog does. The DirectoryBrowserDialog is
closer, but looks like it only return path of a directory, not a file.

Am I missing something?

Thanks again!

Feng
 
H

Herfried K. Wagner [MVP]

Feng said:
What I am looking for is a control that returns a file path, not an opened
stream or something, like OpenFileDialog does.

'OpenFileDialog' returns the filename in the dialog's 'FileName' property.
 

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

Top