Version 1.3.0 - 01/11/2011 - Added the ICalendar::DetectDoubleClicks property to completely deactivate double clicks and handle them as two single clicks instead. Attention: This property defaults to False! - Added the IDateTimePicker::DetectDoubleClicks property to completely deactivate double clicks and handle them as two single clicks instead. Version 1.2.2 - 20/05/2011 - FIX: Disabling the controls did not move the keyboard focus to the next control in the tab order. - FIX: The ResizedControlWindow event was fired when actually nothing had changed. Version 1.2.1 - 26/01/2011 - FIX: ICalendar::CaretDate could return invalid values. Version 1.2.0 - 07/01/2011 - FIX: Due do a bug in Microsoft ATL, the controls could lose keyboard focus when they shouldn't. This problem occured in MDI applications only. Many thanks to Peter Schellenbach for his help. - Switched to Visual C++ 2010 and dropped support for Windows 2000. Version 1.1.3 - 18/10/2010 - FIX: With version 5.x of comctl32.dll, clicking the drop-down button of the DateTimePicker control did not display the drop-down calendar, if the control did not already have the focus and the previously focussed control was e. g. a text box. This behavior was caused by a bug inside comctl32.dll. - FIX: Calling IDateTimePicker::CloseDropDownWindow could trigger keyboard events. Version 1.1.2 - 23/08/2010 - Added a new property page that can be used to enter Unicode texts at design time. - FIX: Visual Basic 6 didn't raise the Validate event correctly. - FIX: The Calendar control had random days set to bold after the control window has been created. - FIX: The _IDateTimePickerEvents::GetCallbackFieldTextSize event sometimes was not raised when it should have been raised. - FIX: IOLEDataObject::SetDropDescription could cause crashes in other programs. Version 1.1.1 - 01/01/2010 - Improved support for Aero drag images. - Improved performance. - FIX: If the controls were placed on a Form for which the KeyPreview feature was activated, the Form_Key* handler didn't receive key strokes like Alt+PgDown or Alt+Left, if the controls had the keyboard focus. - FIX: The 'shift' parameter that many events have, often missed the ALT key. - Deploy (stripped) symbols with the binaries to make debugging easier. This are the pdb files in case you wonder. Version 1.1.0 - 26/07/2009 - Added the IDateTimePicker::Value property. - FIX: The _IDateTimePickerEvents::CurrentDateChanged was not raised when the IDateTimePicker::DateSelected property was changed. - Fixed a potential problem with persistance. Version 1.0.1 - 11/07/2009 - FIX: The _IDateTimePickerEvents::ContextMenu event could get raised with wrong coordinates. - Fixed some small OLE drag'n'drop bugs. - Massively reduced the usage of GDI handles. - Made some internal changes that will make it easier for me to keep binary compatibility in future. Version 1.0.0 - 28/01/2009 - First public release.