Calendar that Runs In the System Tray.

Author: Byce Jacob
Category: Dates and Math
Type: Applications
Difficulty: Advanced

Version Compatibility: Visual Basic 6

More information: This is a calender application that runs in the system tray. It illustrates the following. 1: How to read & write from the registry & .ini files. 2: How to format Date & Time the way you want. 3: How to create Tray Icons with right click Menus. 4: Shutting Down & Rebooting Windows. 5: Creating & Saving a log file. 6: Use of the DTPicker control

The program will automatically load into your system tray. You can even have it startup when windows starts. Included is a basic HTML Help File (.chm). Make sure you Register the .ocx file using regsrv32 (or run the .vbg, which includes the .ocx).

This code has been viewed 82321 times.

Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents

code/Calendar3.zip

Calendar for Months between Year 1899 to Year 2101

Author: Anonymous
Category: Dates and Math
Type: Applications
Difficulty: Intermediate

Version Compatibility: Visual Basic 6

More information: A fully functional calendar for months between Year 1899 to Year 2101. The user can change Month and/or Year from the respective dropdown lists or by clicking the increment/decrement buttons next to them. To-day's date is always marked with a different background color. The user can mark a particular date by clicking on it - the marked date remains the same although its position may change after changing the month pages.

This code has been viewed 81136 times.

Instructions: Click the link below to down
load the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents.

code/Calendar.zip