Click to See Complete Forum and Search --> : help with creating dialog to find file


comicrage
February 25th, 2005, 01:56 PM
HI,

Is the a C#/.NET call that generated a small dialog that shows all the directories and files in a drive. I will to be able to select the file and it returns the filepath.

When I did this with Visual C++, I had to create a new class from scratch to do this.l

Does .NET have a call to do this?

Thanks,

CR

Michaelw
February 25th, 2005, 02:10 PM
FileDialog class.

Norfy
February 26th, 2005, 08:06 AM
OpenFileDialog