Here's the info out of MSDN:

MSDN (entry level) is about $400 per year - a good investment

SHBrowseForFolder


WINSHELLAPI LPITEMIDLIST WINAPI SHBrowseForFolder(
    LPBROWSEINFO lpbi);

Displays a dialog box that enables the user to select a shell folder.

Returns the address of an item identifier list that specifies the location
of the selected folder relative to the root of the namespace. If the user
chooses the Cancel button in the dialog box, the return value is NULL.
lpbi
Address of a BROWSEINFO structure that contains information used to display
the dialog box.
The calling application is responsible for freeing the returned item
identifier list by using the shell's task allocator.

QuickInfo
  Version 4.00 and later of shell32.dll

  Windows NT: Requires version 4.0 or later
  Windows: Requires Windows 95 or later
  Windows CE: Unsupported.
  Header: Declared in shlobj.h.
  Import Library: shell32.lib.


Wade Auchterlonie
mailto:[EMAIL PROTECTED]


| -----Original Message-----
| Behalf Of Alistair George
|
| Hugh? my Win32s.hlp must be out of date - it says .......

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to