help with creating dialog to find file
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