[DllImport("shell32.dll")]
static extern IntPtr SHBrowseForFolder(ref BROWSEINFO lpbi);
None.
If using .net version 1.1 or greater, you can use the
System.Windows.Forms.FolderBrowserDialog
instead -- as long as you are only browsing for folders!
If you want to browse for computers or printers, the .Net
version does not seem to support this.
Please add some!
Please add some!
Do you know one? Please contribute it!