README.TXT					Project.dll
==========

	This README.TXT file contains information concerning the project.dll
	file.
	--------------------------------------------------------------------

	Project.dll causes Codewright to place the name of the current project
	in the frame window's title bar.  It is user configurable and supports
	standard command component macros through the TransformFilename()
	function.

	This file is divided into sections for easy reference:
	
		1.  INSTALLATION
		2.	MODIFYING YOUR CWRIGHT.INI
		3.	API FUNCTIONS
		

	Suggestions for enhancements and constructive criticism are, as
	always, welcome.

	1.  INSTALLATION
	----------------

	  1.  Place the project.dll file in you Codewright directory. Be sure to use whichever DLL
	      is appropriate for your operating system. A 32 bit DLL is kept in the Win32 subdirectory, 
	      and a 16 bit DLL is kept in the Win16 directory.

	  2.  To load the library, go to Codewright's Tools|Libraries dialog
	      and click on Add. Browse for the DLL and double click on it. These
	      steps will add the following line to Codewright's configuration file
	      (cwright.ini)

		  LibPreload=project.dll

	  3.  Add a line to the [Editor] section of either your cwright.ini
	      or project (*.pjt) file:

	  	  ProjCaptionStyle='(style)'

	      where 'style' is any legal string of command component (%)
	      macros.
	  
	2.	API FUNCTIONS
	-----------------

	  There are three API functions in project.dll.  AttachProject() and
	  RemoveProject() are event handlers, and may not be called
	  interactively.  ProjCaptionStyle() may be used to modify the
	  project caption style interactively, with the following syntax:

		ProjCaptionStyle='(style)'

	  where 'style' is any legal string of command component (%) macros.


-- James Farwell

02/08/95
