I have a C # project using window forms. I need the user to enter the location of the text file, so they will need to somehow view the files and folders, that is, the button that opens the file explorer. What tool (in the toolbar) will be in Visual Studio 2010? I tried DirectoryEntry and DirectorySearcher, but this just adds something below:
source share