What I'd like to do is create a listview with folders and files of directories, (kind of "FileOpenDialog" meets "FileSelectFolder"), inside a pane in my application and be able to get selected or drag/drop info, etc. I've been using listview to try to simulate the Windows Explorer, but it's too slow for really large directories and, while the icon representations, using cross references to the registry, are good, they aren't 100% accurate.
To me, it seems I am trying to re-invent the wheel. T