==========================================================================

			    VBAssist (TM)

	    Enhanced Development Environment for Visual Basic

		  Version 2.0  February 18, 1993

	   (C) Copyright Sheridan Software Systems, Inc., 1992, 1993
			  65 Maxess Road
		     Melville, N.Y. 11747   USA

		  Voice   (516) 753-0985
		  Fax 	  (516) 753-3661
		  BBS 	  (516) 753-5452 (2400-8-1-N)
		 	  (516) 753-6510 (9600-8-1-N)

==========================================================================


This readme file contains:

	1. Corrections and additions to the VBAssist Programmer's Guide.

	2. A description of a new utility (VBAMAINT.EXE) that will compact
	   or merge Code Librarian files and Template files.


1. Programmer's Guide Corrections and Additions 
   ============================================

Note: the on-line help file has been updated to reflect the following changes:


Chapter 8,  page 45   - If you hold down the CTRL key while pressing the 
			alignment button on the VBAssist Main Button bar 
			the separate free-floating alignment palette will
			be displayed. 

Chapter 14, page 78   - The Programmer's Guide states that the 'Save To...
			Ctrl' button is disabled when an icon is selected.
			This has been changed as follows:
			    The button is no longer disabled. However, VBAssist
			    still can not save an icon directly to a control.
			    Therefore, if the 'Selected Pic' is an icon, it 
			    will be converted to a bitmap before being assigned
			    to the control and a message will be displayed to
			    that effect. This message will only be displayed the
			    first time an icon is set to a control during a 
			    VBAssist session. 
			    When VBAssist creates a bitmap from an icon, any
			    transparent areas in the icon will be painted in the
			    backcolor of the target control. If the target 
			    control does not have a backcolor property the
			    transparent areas will be painted black.

Chapter 16  page 93   - To edit Code Librarian items the documentation says
			to select the 'New Code Item' option from the 'File' menu.
			This option is actually labeled 'Open Code Library'.

            page 96   - In item 2 under the heading 'Adding a New Code Item' the
			printed manual states that the 'New' button will select
			the 'Untitled' code item. This has been changed. Pressing
			the 'New' button will now display the 'Create Code Item'
			dialog whether your editing the 'Untitled' item or not.
			The new created code item will contain the text of the 
			item that you were editing.

Chapter 18, pages 115 -	This chapter erroneously states that menu resources
	     thru 118	will be created in a separate parallel file with an
			extension of '.rc'.  The menu resource is actually
			included in the '.dlg' file along with the dialog
			script.

Appendix A, page 125 -	The internal limit is 256 properties per control not
			200 as stated.

Appendix A, page 126 -	There is another file that will be installed in the
			VBAssist directory during setup.
			This file is named VBAMAINT.EXE and is described below.


2. New Utility Program VBAMAINT.EXE 
   ================================

Before you run this program you should exit VBAssist. This utility provides
the following functions:

	1. Merging 2 sets of Code Librarian or Control Template files. This
	   is handy when upgrading to a new version of VBAssist. For example,
	   with VBAssist 2.0 the Windows 3.1 APIs have been added to the 
	   Code Librarian files. If you are upgrading from VBAssist 1.0 and
	   wish to keep your existing Code Librarian data. This utility will
	   let you merge the two file sets.

	2. Compacting Code Librarian or Control Template files. This will 
	   help clean up the files and is recommended after extensive updating
	   of the files.  Also it can be used after a system crash to verify
	   the integrity of the files and possibly correct any damage to them.
  