The Folder Browser Dialog that comes with Visual Studio, in my opinion, is very poor. It uses Environment.SpecialFolder to set the Root Folder, but this only works with certain settings as illustrated in my first screenshot.
Is there a way (besides writing my own Class) to create a Folder Browser Dialog like the one in my second screenshot? I can do something similar with the Open File Dialog so that it behaves like the Folder Browser Dialog but obviously the static labels can't be changed and it still shows files.
Thanks Alex. Got that working eventually - looks so much better.
When I Googled how to code it. Every pages I found was in C#. Was able to translate into VB without too many problems.