			    GRID.EXE

This application is designed to show a number of different things:

   * How an application can change the shape of the mouse cursor when
     the state of the system changes.

   * How to process the REC_POINTEREVENT return code from Recognize to
     distinguish between a Tap and a TapNHold.

   * How an application might support circle gestures.

   * How to cut and paste ink to the clipboard.

   * How to operate the correct writing dialog from the application.

   * How to use the recognition termination condition of PCM_RECTBOUND
     instead of just the default time out in order to allow a user to
     enter information as fast as they want.

Source:

   Globals.h	  Global variables used in more then one file
   Mainwnd.h	  Global variables used in mainwnd.c
   init.h	  Global variables used in init.c

   mainwnd.c	  Main message loop and key code
   init.c	  Init code
   about.c	  About box message processing

   grid.rc	  Resources
   grid 	  Makefile
   grid.def	  Definition file
   grid.ico	  Icon

   updown.cur	  Four different cursors
   leftrght.cur
   jnctn.cur
   cellfull.cur

   legal.txt	  Legal information
