Introduction
This is the first article that I have uploaded to The Code Project. This application will display the months of the year from the year specified by the user. It first generates the calendar for the first of January and has the option buttons to move to the next or previous months. It first creates an object from the Calendar
class for the first day of the given month and year and displays the days in the labels.
Just unzip the files to a new directory and run the mycalander.bat file to run the application. This will be very helpful. Try it.....
History
- 7th July, 2006: Initial post