progress.c progress.h test.c test.h is shareware.

Progress is an implementation of a progress meter for Microsoft Windows 3.x
It makes it possible to show the user of a program the state of a lengthy
operation.
The progress meter is a window with no system "gadgets". The idea is that you
place it somewhere in you main window or wherever you want it.

To use the progress meter the programmer must do as follows:
         call CreateProgress  to create a progress meter.
         call UpdateProgress  every time the operation changes state.
         call ClearProgess    when the opereation has finished.
         call DestroyProgress when the progress meter is no longer needed.

For more detail, see the file test.c.

If you find the progress meter worth using please send me $5.
         Thomas Ravnholt
         Fr. Jensensvej 3
         9310 Vodskov
         V.Hassing
         Denmark

If you have any suggestion og bug reports on the progres meter feel free
to write to me on the above adress - or send me an email 
ezra@daimi.aau.dk


