Future Technologies ShellBrowser OCX control version 1.5

What is
=======
It is an OCX component which wraps the ShBrowseForFolders Win32 API. This
API manages that neat Windows "Browse for Folders" dialog we have seen with
Windows 95/98 (a dialog with the Windows Desktop listed in a tree view).

However this API is rather messy to use (I think it would be very time 
consuming to code in straight VB). This OCX makes browsing for folders a 
snap for it will make you able to use the dialog with just two lines of
code.

Together with our other Shell controls (FTXWin32DriveCombo and 
FTXDirectoryTreeView) this control provides almost all facilities for
integrating Windows Explorer look and feel with Visual Basic (our next 
component, TFilesListView, due in a few days, will complete our Explorer 
controls suite). 

To use:
=======
There is substantially one method and one property to work with (other are 
less important and programmer should almost never need to change default):

method Execute

this method runs the Browse for folders dialog and returns true if
OK button was pressed.

property Path 
query this string property after a successful call to Execute.

a simple example:
    
sub Button_Click()
    if FTXShellBrowser1.Execute then
        Edit1.Text = FTXShellBrowser1.Path
    end if
end sub

simple as that!

Registration:
=============
This is an unregistered evaluation release. You are allowed to test it for
15 days then you must register or uninstall it. Registration price is
only US$ 14.95 (we like cheap prices...). The control may be registered 
online at our web page: www.futurtechno.com

We accept money orders, checks, eurocheques (EEC only) and all major
credit cards (secure registration form available).
