Version 2.3.0 - 13/11/2011 - Added the IProgressBar::DetectDoubleClicks property to completely deactivate double clicks and handle them as two single clicks instead. - Added the IProgressBar::DisplayText property. - Added the IProgressBar::Font property. - Added the IProgressBar::ForeColor property. - Added the IProgressBar::HAlignment property. - Added the IProgressBar::RightToLeft property and declared the IProgressBar::RightToLeftLayout property deprecated. - Added the IProgressBar::Text property. - Added the IProgressBar::TextShadowColor property. - Added the IProgressBar::TextShadowOffsetX property. - Added the IProgressBar::TextShadowOffsetY property. - Added the IProgressBar::UseSystemFont property. Version 2.2.1 - 21/05/2011 - Fixed a bug that could make other, invisible windows visible again under rather complex circumstances. I'm not sure this could happen practically, but in theory it could happen and practically it did happen for the Frame control which had the same bug. - FIX: The ResizedControlWindow event was fired when actually nothing had changed. Version 2.2.0 - 08/01/2011 - Switched to Visual C++ 2010 and dropped support for Windows 2000. Version 2.1.4 - 07/11/2010 - FIX: IOLEDataObject::SetDropDescription could cause crashes in other programs. Version 2.1.3 - 02/01/2010 - Fixed a potential problem with persistance. - Improved support for Aero drag images. - Improved performance. - 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 2.1.2 - 11/07/2009 - Initial support for Windows 7. - Extended the AppearanceConstants enumeration by 'aDefault'. - Extended the DropDescriptionIconConstants enumeration by 'ddiUseDefault'. - FIX: Drop descriptions didn't work as expected if the drag source was a 64 bit app. - 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 2.1.1 - 30/10/2008 - FIX: Ignore calls to IOLEDataObject::SetDropDescription() if the drag image is in classic style. - Fixed some GDI handle leaks. - Fixed some drawing glitches. - Slightly changed handling of the situation where the user presses a mouse button, drags the mouse out of the control's client area and releases the button. - Removed the data-binding stuff (it was probably broken anyway). - Switched to Visual C++ 2008 and dropped support for Windows 9x, Me and NT 4.0. - Improved the documentation. Version 2.1.0 - 04/12/2007 - Added the IOLEDataObject::GetDropDescription() method. - Added the IOLEDataObject::SetDropDescription() method. - FIX: Changes were not applied implicitly when jumping between multiple instances of the control with the property pages opened. - Improved the documentation. Version 2.0.2 - 27/02/2007 - FIX: The IProgressBar::CurrentValue property wasn't restored when changing the IProgressBar::BarStyle property with version 6.0 of comctl32.dll. - Decreased the binaries' size. - Improved the documentation. - Ported the WTL samples to WTL 8.0. - Made the samples DPI aware. - Linked the new bug tracking system. Version 2.0.1 - 21/09/2006 - FIX: The "MouseIcon" property didn't work as expected. - FIX: The "Visible" property didn't work as expected. - Improved setup. Version 2.0.0 - 06/07/2006 - First public release.