########################################################
         ----------------------------------
                      IESniffer
                   TRIAL Packages

             for Delphi and C++ Builder
                    Version 2.2.2
         ----------------------------------

          Legal: (c) 2002-2004 Utilmind Solutions
          Email: info@appcontrols.com
            Web: http://www.appcontrols.com
                 http://www.utilmind.com
########################################################

TABLE OF CONTENTS

    1. Welcome / Introduction
        1.1 Compatiblity
    2. Installation
        to Delphi 5
        to Delphi 6
        to Delphi 7
        to Delphi 2005
        to C++ Builder 5
        to C++ Builder 6
        Notes for C++ Builder users
    3. REGISTRATION
        3.1 Registration types
             3.1.1 Without source code
             3.1.2 Including source code
             3.1.3 Comments
    4. Problems

1. Welcome
----------------------------------------------------
The IESniffer component monitors all running instances of
Internet Explorer (or just some certain browser window(s)),
sniffs the URL address from address line and gives an access
to all their properties, methods and events (without
implementing/installing ANY Browser Helper Objects). The
component can work either in stand-alone Delphi/BCB application
or can be put to Explorer Toolbar.
The IESniffer allows:
 * list the URLs which currently are available in the address
   lines of each browser window, and to be notified when the
   address changes;
 * detect when new Internet Explorer window appears and when
   user close the window;
 * hook each event of the Internet Explorer, modify its
   properties and call their methods, just like you are using
   usual TWebBrowser component;
 * retrieve and modify the content of each page (its text, tags,
   links, images etc), for example you may highlight some text,
   remove or change the text, tags etc;
 * automatically fill the Web forms;
 * redirect navigation to different URL when some keywords are
   detected in the address line;
 * automatically redirect searches from default MSN to another
   specified search engine (it works when user enters search
   terms right in address line without specifying correct address);
 * prevent popup windows to be opened (documentation deminstrates
   an example how to eliminate ALL popup windows), and so on...


1.1 Compatibility
=================
IESniffer compatible with Delphi 5/6/7/2005 and BCB 5/6 and
has been tested on Win95, Win95OSR2, Win98, WinME, NT4, Win2K and WinXP.


2. Installation
----------------------------------------------------
Trial version includes compiled units, ready for testing packages,
latest help-file, installation instructions / contact information
in Readme.txt.

The only difference between the unregistered and
registered versions is that the registered one has
not message box with remind to register and works
without Delphi (C++ Builder) running.

to Delphi 5
===========
 1. Unzip files from "Delphi5" directory and copy them to "Delphi 5\Lib".
 2. Start Delphi 5 IDE.
 3. Open "IESnifferD5.dpk" file.
 4. Install package to the components palette ("Install" button).

to Delphi 6
===========
 1. Unzip files from "Delphi6" directory and copy them to "Delphi 6\Lib".
 2. Start Delphi 6 IDE.
 3. Open "IESnifferD6.dpk" file.
 4. Install package to the components palette ("Install" button).

to Delphi 7
===========
 1. Unzip files from "Delphi7" directory and copy them to "Delphi 7\Lib".
 2. Start Delphi 7 IDE.
 3. Open "IESnifferD7.dpk" file.
 4. Install package to the components palette ("Install" button).

to Delphi 2005
==============
 1. Create "..\Lib\IESniffer" directory.
 2. Unzip files and copy them to "BDS\3.0\Lib\IESniffer".
 3. Start Delphi 2005 IDE.
 4. Open "IESnifferD2005.dpk" file.
 5. Install package to the components palette (right-click on
    "IESnifferD2005.bpl" node in the Project Manager and select
    "Install" menu item).

to C++ Builder 5
================
 1. Unzip files from "BCB5" directory and copy them to "CBuilder5\Lib".
 2. Start C++ Builder 5 IDE.
 3. Open "IESnifferCB5.bpk" file.
 4. Install package to the components palette ("Install" button).

to C++ Builder 6
================
 1. Unzip files from "BCB6" directory and copy them to "CBuilder6\Lib".
 2. Start C++ Builder 6 IDE.
 3. Open "IESnifferCB6.bpk" file.
 4. Install package to the components palette ("Install" button).

Notes for C++ Builder users
===========================
When you will build the project with IESniffer, you may get following
compiler error:
  [C++ Error] SHDocVw.hpp(893): E2293 ) expected, at the following line:
/* TWinControl.CreateParented */ inline __fastcall TWebBrowser(HWND ParentWindow) : Olectrls::TOleControl(ParentWindow) { }

Please manually edit the SHDocVw.hpp and change this line to
/* TWinControl.CreateParented */ inline __fastcall TWebBrowser(HANDLE ParentWindow) : Olectrls::TOleControl(ParentWindow) { }


Also you can get another linker error:
 IESniffer.hpp E2209 Unable to open include file 'MSHTML.hpp'.

Please just replace MSHTML.hpp to MSHTML.h. For some reason BCB comes
with MSHTML.h file instead of *.hpp.


3. REGISTRATION
----------------------------------------------------
AutoUpgrader component is SHAREWARE. This means that you can try it out
for free, but if you like it and want to use it you have to register it
with the author. Before continue read and accept License Agreement
(license.txt) please.

The only difference between the unregistered and registered versions is that
the registered one has not message box with remind to register and works
without Delphi (C++ Builder) running. You can also purchase the source code,
if you would like to have it, and be able to compile or modify the
AutoUpgrader on any 32bit version of Delphi or C++ Builder.

If you would like to use the AutoUpgrader and receive full, unrestricted
version, priority support or even source code - you have to purchase proper
license.

3.1 Registration types
======================
All prices are in European currency (Euros). Registering entitles you to
unlimited support via E-Mail, minor version updates indefinitely and
major version updates for 1 year from date of purchase.

3.1.1 Full, unrestricted version without source code:
=====================================================

 Single user license:
  https://secure.element5.com/register.html?productid=190695 - EUR 29,95

 Site license:
  https://secure.element5.com/register.html?productid=190696 - EUR 79,95

3.1.2 Full version including 100% Source Code:
=====================================================

 Single user license:
  https://secure.element5.com/register.html?productid=190697 - EUR 59,95

 Site license:
  https://secure.element5.com/register.html?productid=190698 - EUR 179,95

3.1.3 Comments
==============

 1. Site license covers a single organisation in one location (building
    complex). If you buy a site license, you may use the software in
    unlimited number of your company's computers withing this area.
    Site license is very cost-effective if you have many computers (many
    software developers).

For more details on prices please visit:
  http://www.appcontrols.com/order/iesniffer.html


4. Problems
----------------------------------------------------
If you have any problems during the setup or using this
component, please visit the support area of our website
at http://www.appcontrols.com or contact us: info@appcontrols.com

    
Good Luck!

UtilMind Solutions
info@utilmind.com
http://www.utilmind.com
http://www.appcontrols.com
