Version 5.0 (14 May 2024 released)
- fixed sometime crash issue when import Calendar ActiveX Control or open the existing project.
- rebuild the Calendar ActiveX Control, now it support compiled with Unicode.
- updated SetUnicodeDayCaptions, SetUnicodeMonthCaptions, SetUnicodeText method, now it passing String type. In past, it need passing String by Ref . But some development tools does not support this type. e.g. VB6, VFP.
- added VS2019 VC sample.
- updated C#2010, C#2019, VB.NET 2010, VB.NET 2019 sample.
Version 4.0 (5 May 2021 released)
- added PrintCalendar method, it support print the calendar to printer.
- fixed cannot add multiple instance of calendar control on form and set the properties of each instance of calendar control issue.
- added SetUnicodeDayCaptions, SetUnicodeMonthCaptions, SetUnicodeText methods, it allow add unicode Week name, Month name and day notes.
- added MonthYearSwap property, it allow swap the month and year's display position.
- added OnDayClickUnicode, OnDayDblClickUnicode events.
- added C#2019, VB.NET 2019 samples.
- added VB6 , C#, VB.NET Multiple Calendar samples.
Version 3.0 (20 May 2016 released)
- added support Windows 10 and fixed crash issue on VS 2015.
- added Day property that allow set the selected day.
- added OnRightClick event.
- added C# 2015, VB.NET 2015 samples.
Version 2.0 (15 July 2013 released)
- Support add multiple calendar on same form, up to 6 calendar on same form.
- added c# 2010, vb.net 2010 multiple calendar samples.
Version 1.3 (18 December 2011 released)
added digital signed for ocx and exectuable of installer files.
added vb.net 2010 samples and fixed cannot run on 64 bit OS issue.
Version 1.2 (16 Jan 2006 released)
added Redraw method.
added DayTextFontSize property.
Fxied cannot add the text after settext method.