using (var fbd = new FolderBrowserDialog()) { fbd.ShowNewFolderButton = true; DialogResult result = fbd.ShowDialog(); ...
The dialog looks like the following. Note that there is no "New Folder" button.