views:

24

answers:

2

Hi,

What is the name of the tool that you can load on a form, that when a user clicks it it allows them to find a find by navigatin the drive? And if I remember rightly don't I have to add a reference to the project to find it?? Just can't remember the name...

I am using visual studio 2008, c# project.

Thanks, R

+1  A: 

You want the OpenFileDialog.

Joel Coehoorn
Thanks for the reply :)
flavour404
+2  A: 

OpenFileDialog is the name, there is also FolderBrowserDialog

see image

alt text

SQLMenace
That is excellent, thanks. It actually was the folder browser dialog that was what I wanted in the end. Thanks.
flavour404