I've got a folderbrowserdialog that will open to a certain folder, lets say C:\Temp.
Within this folder are a number of folders, e.g C:\Temp\1\ C:\Temp\2\ etc.
Now i only want the user to be able to select a folder inside C:\Temp, e.g select 1 or 2.
Is there an easy way to do this within the folderbrowserdialog or shall i rethink my approach and just display the folders in a dropbox or something and have them select if from there?
Cheers