The About Box

The About box was created using timers and moving text boxes.

Most of the code is very straight forward, and all customization
can take place in the OPEN Method of the form.

The OPEN Method of the form is where I set the; Company Name, System
Name, Version Date, and Version Number values.  I also set the Array Size
and set the Values of the Array.  Since I am moving up to 7 text boxes at
one time the Array size must be set to a multible of 7.

The bulk of the code is in 2 custom methods: ANIMATE() and SCROLLING()


If you like it or use it, Please send $5.00 to:

			AfterHours Solutions
			Attn: Russ Weston
			15817 W. 124th Terrace
			Olathe, KS  66062-1118

If you don't like it or can find ways to improve upon the code, please
send me a note at 75010,2036.

NOTE #1: The animation doesn't flow too well when running a machine
that is not at least a 486-66.

NOTE #2: Most of the Objects on the form have been made UNSELECTABLE. If 
you would like to change the properties of these objects you must do it
via the Object Tree or make these objects selectable.

That's All for Now !!!

