quote:
Originally posted by Eljay
much simpler way i found not long after i first posted that, although it uses activex not windows api
code:
var objShell = new ActiveXObject("Shell.Application");
var objFolder = objShell.BrowseForFolder(0, "Select a folder:", 0, "C:\\");
And how i know what of Folder is selected ..?