Msgtick.fxp for FoxPro for Windows
==================================
Msgtick.fxp is a small routine I created to display a ticker tape style
message scrolling across a small 3D window similar to a WAIT WINDOW, but
centered on the screen.

The calling syntax is very simple:

DO msgtick.fxp WITH <ExpC>

where ExpC is a text string you wish to display.

For example:

DO msgtick.fxp WITH "This program was developed by DataFlex Consulting..."

or:

disp_msg = "Hello there " + userid + ".  I'm sure you will enjoy this demonstration..."
DO msgtick.fxp WITH disp_msg

This was written in FoxPro for Windows 2.6, but I'm sure it will work properly with all
versions of FPW.  Each new character is written to the screen after a 1/4 second delay,
rather than using a counter, so that the display will be consistent among various computer
speeds.

Any questions, suggestions, or comments would be appreciated.

Timothy Grey
DataFlex Consulting
2230 Exposition Drive
Suite 38
San Luis Obispo, CA  93401
CompuServe ID: 72144,1101