===================================================
Richmann's Software
RiSSweeper
===================================================

Description	RiSSweeper is an ActiveX made to replace the progressbar when the number of steps in some process is unknown. On activation, the sweeper will simply sweep back and forth until turned off or unloaded. 
		 
Installation	Copy the OCX, TLB (TypeLibrary) and LIB
		files to windows\system directory, which is the usual 
		destination of ActiveX controls.
		Register the OCX using Regsvr32.exe (found in windows\system 
		directory) by opening a DOS console and typing regsvr32 <yourDrive>\windows\system\RisSweeper.ocx.
		NOTE: you must register the control BEFORE you attempt to 
		use it or run sample project included in the package.

Use		Open the Project/References dialog and add the RiSSweeper to the list of controls.
		Just position it like any other controls on your VB project form.

Properties	BarForeColor
		*************
		The color of the sweeper itself. Default is Red

		BarBackColor
		*************
		The color of the bar background. Default is white.

		BarBorder
		*************
		Bar border style. Defauilt is 3D.

		BarStyle
		*************
		Style of the sweeper. Default is SimpleBar
		Three other styles are : FatBar, TrailingBar and LongTrailingBar.

		BarSpeed
		*************
		Setting any value other than zero will start the bar.
		Maximum speed is 200. Good results are around 100 for trailing bars.`	

Methods		BarSpeed
		*************
		This method starts or stops the bar. Zero or negative will stop it.
		Any other positive values will start it.
		
License 
information	Read the following terms and conditions 
		before using this control.  Your use of this software 
		indicates your acceptance of this license agreement and 
		warranty.
		RiSSweeper may be distributed only as part of a package or an executable compilation. 
		It cannot be sold as a stand-alone product or as part of 
		a collection of other program without my written approval. PGP-signed e-mails are valid
		You may distribute your programs using the RiSSweeper control royalty-free.

Disclaimer 
of Warranty	THIS SOFTWARE AND THE ACCOMPANYING FILES ARE DISTRIBUTED "AS IS." 
		It has been tested on Pentium Pros, on a Win98 system
		and is used in applications made by me. 
		Because of the various hardware and software environments 
		into which RiSSweeper may be put, programmer using it should test their particular application.
		The testing harness software only demonstrate the sweeper bar and all its options.


Release 
information	RiSSweeper is a stand-alone component. 
		It does not require any other files to work but
		 must be used in a project to function.

===================================================
Thank you for using Richmann's Sofware RiSSweeper. 
===================================================

