I work on VB 6.0. I am using common dialog control in an activeX control project.
My problem is - I am using cdNExplorer flag so the dialog control gives winows explorer type display. Now with this I am able to select only files, Not a single folder.
My purpose is to be able to select a single folder just like a file. But at present when I select folder & press ok it opens up the folder & shows all the files in that folder.
So what do I need to do to be able to select a single folder just like a single file?
Can anybody help me?