Bug on the SelectFolderDialog

When using the SelectFolderDialog on Windows, it apears the same dialog as for folders, but on windows that is not the standard dialog.

https://msdn.microsoft.com/en-us/library/windows/desktop/dn742498(v=vs.85).aspx

Is there any way to show the standar Open Folder from the Common Dialogs?

You’ll probably only be able to use the standard Open Folder from the Common Dialogs by using declares.

Windows has several APIs for several dialogs.

IF you need a different one, maybe I could add a plugin function to my MBS Plugins if someone is interested.