On Sun, 9 Nov 2003, Robert Crossley wrote: > A great resource is AllApi.net. it has a downloadable guide that is quite > comprehensive.
Thanks for the code; good to see you include the call to CoTaskMemFree(). Most online examples of VB code that demo SHBrowseForFolder() leave it out. Bet there's a few VB apps with "memory leaks!" Also thanks for the ref to ALLAPI.net, but there's two problems with it. First, the site is up and looks pretty good, but it's no longer being maintained (as of April 2002). Second, the online pages don't document the structures or the constants. (Are these in the downloadable guide?) I'm still looking for definitions for the following flags used in the BROWSEINFO structure (particularly BIF_NONEWFOLDERBUTTON): BIF_BROWSEINCLUDEURLS BIF_NEWDIALOGSTYLE BIF_NONEWFOLDERBUTTON BIF_NOTRANSLATETARGETS BIF_SHAREABLE BIF_UAHINT BIF_USENEWUI - Bill Thoen --------------------------------------------------------------------- List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Message number: 9084
