SHBrowseForFolder (shell32)
Last changed: -71.212.36.53

.
Summary

C# Signature:

[DllImport("shell32.dll")]
static extern IntPtr SHBrowseForFolder(ref BROWSEINFO lpbi);

User-Defined Types:

None.

Notes:

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.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation