This is some pre-written code of a perpetual calendar.  This code
can be used when creating to-do list programs, or scheduling 
programs.  

I've pulled several calendar controls from various ftp sights, and
surprisingly have not found one that creates an actual calendar.
Those I have pulled down simply create a seven column, five row
grid and always place date 1 in the normal "Sunday" column.  This
code creates the actual calendar.

This code is provided courtesy of Mark Bureau MariBu Services, 
Acworth, GA.  For more information or samples, please call 
(770)591-1203.

The vbx'x that are included (3dvbx.vbx, mspin.vbx) are simply
renamed vbx that come standard with Visual Basic 3.0 Pro
(Threed.vbx and spin.vbx respectively)  These files have been renamed
so not to overwrite any newer versions of the vbx's you may have.

Thanks for choosing MariBu Services...

****Revision**** Revision*** This is version two of the calendar
code. It is more efficient and less buggy.