I need to have a user navigate to a directory and then have all the subdirectories in that directory listed in a list box.

I can do the list box part if I provide the directory explicitly, but I want the user to naviagate there and choose it at run time....

Can this be done with a CommonDialog? If so, how? I'm stumped. It won't seem to return anything to me unless I choose a file.

Thanks!!