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

	2/27/2001 Update loading instructions for CodeWright 6.6. Added explanations
	regarding TransformFilename and interactive use from API Command menu item.

	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 your CodeWright directory. 

	  2.  To load the library, go to CodeWright's Customize|Libraries Load CodeWright
	      DLL dialog.  Press the Add button and browse for Project.dll.
		  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. 
	      
	      You can run this interactively from the Tool|API Command menu item.
	      However, the title bar settings will only be saved if you  
	      place the API Function in the configuration file (*.pjt or ini file).
	  
	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
