Hi all,

Could someone please tell me what the best way is to present the user with a dialog box that can be used to select multiple folders?

I am creating a backup program which requires that the user can select the file(s) and folder(s) they wish to backup, these will then be added to a "files to backup" list box for user review.
I have managed to implement a multiple file selection system using the visual basic common dialog box controls (implemented using the API), but this does not allow for selection of multiple folders.
Even if this was possible, it would be difficult for the program to determine whether the user wishes to enter a folder or select it.
i have looked on this forum and others, but so far no luck.
Any help would be much appreciated.