/****************************************************************************
 File: readme.txt

 (C) Copyright 1992 by GO Corporation, All Rights Reserved.

 $Revision:   1.6  $
   $Author:   kcatlin  $
     $Date:   31 Jan 1992 08:29:52  $

 Notepaper App is a simple notetaking application. It relies on the 
 Notepaper DLL for most of its functionality.
****************************************************************************/

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *								Objectives					  			   *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
 This sample application shows how to:

	-:	use the NotePaper DLL.
*/

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *								Class Overview	  						   *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
 Notepaper App defines one class: clsNotePaperApp.
 It makes use of the following classes:

	clsApp
 	clsAppMgr
	clsGestureMargin
	clsNotePaper
*/

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *									Files Used	  						   *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* 
 The code for Notepaper App is in \PENPOINT\SDK\SAMPLE\NPAPP. The files are:

	BITMAP.RES:		resource file for the document bitmap
	METHODS.TBL:	method table for the notepaper application class
	NPAPP.C:		source code for the notepaper application
	NPAPP.DLC:		indicates the dependency of the application 
					upon the ink building block.
*/ 

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *								Compiling	  							   *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* 
 To compile Notepaper App, just 
	cd \penpoint\sdk\sample\npapp
	wmake
 This compiles the application and creates NPAPP.EXE and APP.RES in 
 \PENPOINT\APP\NPAPP. 
*/

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *								Running	  								   *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* 
 After compiling Notepaper App, you can run it by
	1) Adding \\boot\penpoint\app\Notepaper App to 
	\PENPOINT\BOOT\APP.INI
    2) Booting PenPoint
	3) Creating a new Notepaper App document, and turning to it.
 Alternatively, you can boot PenPoint and then install Notepaper App
 via the Connections Notebook.
*/

