Re: Fix for shell32.SHBrowseForFolder (proper Desktop tree + BFFM_SETSELECTION implemented)

2005-04-12 Thread Michael Jung
Hi Wolfgang, On Tuesday 12 April 2005 01:03, Wolfgang Scherer wrote: > Solution > > Fix TreeView setup behavior. Implement BFFM_SETSELECTION > functionality. I've tried your patch and it breaks the SHBrowseForFolder usage in winecfg's drive mapping property sheet.

Re: SHBrowseForFolder

2004-11-23 Thread Mike Hearn
On Tue, 23 Nov 2004 17:24:28 +0100, Robert van Herk wrote: > I am trying to implement the Browse button in the winecfg application, > that would allow people to browse for a directory to use as their > virtual c drive. Cool! Go for it! > Then, at compile time I get: >driveui.c:

SHBrowseForFolder

2004-11-23 Thread Robert van Herk
Hi all, I am trying to implement the Browse button in the winecfg application, that would allow people to browse for a directory to use as their virtual c drive. In order to do so, I though I'd use the SHBrowseForFolder function from shlobj.h (see http://msdn.microsoft.com/library/defaul