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

	
        3/26/2003 Update loading instructions for CodeWright 7.5.

	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 Tools|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
	  
	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.
          
          You can run ProjCaptionStyle 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).

-- James Farwell

02/08/95
