Version 1.3 provides some minor enhancements to the outline VBX. Added one property
and fixed a bug.

Files:
	OL_VBX.VBX		Outline VBX Control.
	OL_VBX.HLP		Help file documentation.
	README.TXT 		This file.

	VB 3.0 example program files:
	Arraytes.frm		Array test form
	barrow.bmp		blue arrow bitmap
	garrow.bmp		green arrow bitmap
	rarrow.bmp		red arrow bitmap
	testvb.frm		main form
	testvb.mak		project file

The outline control may also be used as an editable listbox if max indent
is set to zero with numbering and bitmaps turned off.

The cost for the runtime usage of this control in an application is $75 (US). 
With payment you will receive a version of the VBX that does not display the
registration dialog box.

Source code is available for $150 (US).

A DLL version is also available.

If you have any other questions or comments please send them via CompuServe to:

	Todd Abel
	73611,1023

History
--------------------------------------------------------------------------------------------------------
Release 1.3 5/94
	Added
		- NumVisible Property

	Changed
		- Node offset arguments to double click messages

	Bug Fixes
		- When all nodes were hidden, clicking caused a GPF.

Release 1.2 4/94
	Added
		- Bitmap property
		- BitmapCount property
		- Bitmaps property
		- Hidden property
		- List propoerty
		- ListCount property
		- ListIndex property
		- SelText property
		- SelLength property
		- SelStart property

	Changed
		- AddItem method to act exactly like the standard AddItem rather than 
		  allow an indent to be specified.
	Removed
		- Drag property

	Bug Fixes
		- Offset variable in notification messages was invalid.

Release 1.1 3/94
	Bug Fixes
		- Indenting nodes didn't work properly in some cases.



