SHBrowseforFolder (URGENT)
Has anybody used the SHBrowseforfolder shell function. It throws up a very nice dialog box (JUSt what I need) for Directory/Folder selection.
HOWEVER?????
I need to be able to limit the search to start from the ROOT of the CURRENT Directory.
Anybody know how this is done.???
Re: SHBrowseforFolder (URGENT)
You need to provide a callback function when you specify a starting directory with the SHBrowserForFolder dialog - take a look at the code on http://www.vbaccelerator.com - there's a good class module / activex dll that shows how you can accomplish this.
Chris Eastwood
CodeGuru - the website for developers
http://codeguru.developer.com/vb
Re: SHBrowseforFolder (URGENT)