Recorder COM Server Example Programs                        2 May 2005

----------------------------------------------------------------------
1. Overview
----------------------------------------------------------------------
  Recorder can be accessed as a COM server. This allows you to access 
  Recorder's capture functionality from any programming language that 
  supports COM.  This ZIP file provides the following files to help 
  get you started using the Recorder COM Server.


  \Samples
    \Recorder
      comsrv_readme.txt - This file
      \Docs
        recordercom.pdf - The Recorder COM Server User's Guide
      \CSharp
        \SampleClient   - Basic recording app written in C#
      \VB6
        \SampleClient   - Basic recording app written in VB6
      \VB.NET
        \SampleClient   - Basic recording app written in VB.NET
      \VC6
        \lib            - Contains the Recorder.tlb file
        \SampleClient   - Basic recording app written in C++

  Be sure to visit www.techsmith.com for the latest documentation
  updates and example applications.

----------------------------------------------------------------------
2. Support
----------------------------------------------------------------------

  TechSmith provides COM Server support through our Web site and 
  through e-mail.

  WWW     : http://www.techsmith.com
  E-mail  : support.moraecom@techsmith.com

  In any communication with TechSmith regarding a problem with the 
  Recorder COM Server, please clearly state the following:

  o  Your name, e-mail address and telephone number.
  
  o  Version number of Morae Recorder

  o  Your hardware and software configuration. Go to Morae's
     Help->Support dialog to get your diagnostic information.

  o  A description of the problem, any relevant code, and a detailed
     description of what you were trying to do when the problem 
     occurred.

----------------------------------------------------------------------
3.  Disclaimer and Copyright Information
----------------------------------------------------------------------

  All source code is provided "as is" and without any warranty of 
  any kind. TechSmith cannot be held responsible for any damages 
  arising from the use or inability to use the source code provided.
  All source code is provided for educational purposes only.

  Copyright  2005 TechSmith Corporation. All Rights Reserved. 
  TechSmith and Morae are registered trademarks of TechSmith 
  Corporation. Microsoft, Windows, and Windows NT are registered 
  trademarks of Microsoft Corporation.  All other trademarks are 
  the property of their respective holders.
  
----------------------------------------------------------------------
