Guest_imported
New member
- Jan 1, 1970
- 0
Hi all,
Bit of a C# newbie here. I'm trying to implement a browse button that will allow the user to select a directory rather than a file. Basically I'm looking to implement the kind of browse functionality you find in an installer or in an app like Winamp. Are there any existing classes that I could use to do this, or is there a class that I could easily tweak to do what I want? The closest thing I've found is the OpenFileDialog class, but obviously that's not exactly what I'm looking for.
Many thanks in advance!
Bit of a C# newbie here. I'm trying to implement a browse button that will allow the user to select a directory rather than a file. Basically I'm looking to implement the kind of browse functionality you find in an installer or in an app like Winamp. Are there any existing classes that I could use to do this, or is there a class that I could easily tweak to do what I want? The closest thing I've found is the OpenFileDialog class, but obviously that's not exactly what I'm looking for.
Many thanks in advance!