Calendar 'Control' for VB 3.0 and VB 4.0. Release Version 1.0, Copyright Property of WolfeByte Ltd. 1995 This is NOT another calendar VBX. Use this raw VB code in your application to produce fully functional 3D calendars. Individually customize the 3D, colors and font properties for the m/d/y displayed, the days of the week headings, and the days of the month. Also set the 3D and color of the focus date. Add as many calendars as you need - they all use the same source code and DO NOT require control arrays of labels or buttons to build them. VB draws the calendar directly on a picturebox. The source code for 3.0 and 4.0 is zipped in this file and can be accessed by you upon $9 registration. Files included: CALDEMO.EXE, CALCODE.ZIP and this README.TXT. DO NOT DELETE THE CALCODE.ZIP FILE - IT CONTAINS THE SOURCE CODE! This zip file is password protected. Upon registering (GO SWREG) you will receive the password for this file within 24 hours. Regristration can be done via Compuserve ID: 76272,1422. Included with the $9 registration fee is general question and answer support via E-Mail. Resources needed: 1) NO VBX's 2) NO non-standard DLL's (win api is accessed if arrow keys are used) 3) NO large control arrays are created (labels or buttons) 4) To be placed on your form - 1 picturebox and 1 scroll bar for each calendar (1 timer is optional if you want to use arrow keys). Functionality: 1) 16 bit and 32 bit versions (VB 4.0 needed for 32 bit) 2) Mouse click on date or click on scroll to change month 3) Month/Day/Year is stored in the Tag property of each picturebox and can be copied into a label or textbox control or placed in a database. Variable settings: 1) Display area - height, 3d, bevel, color, border and fonts 2) Day of week headings - fonts (name, size, bold, italic and color) 3) Days of month area - 3d, bevel, color and fonts 4) Focus day - 3d, bevel and color (font is same as days of month font)