Version 1.0.3 - 25/03/2012 - FIX: The background of transparent stand-alone tool bars that used the classic theme, wasn't drawn correctly. This wasn't really a bug because everything was working as designed. However, in most cases this wasn't the expected result. I "fixed" this problem by detecting the situation, forcing the RaiseCustomDrawEventOnEraseBackground property to True and drawing the background after the CustomDraw event (for drawStage = cdsPreErase) if the return value doesn't include the cdrvSkipDefault flag. - Added a new sample "Breadcrumb Bar" which demonstrates how to use the both controls together with ComboListBoxControls and the ProgressBar control to build a neat breadcrumb bar like that of Windows Explorer. - Reimplemented the subclassing code of the VB6 samples to make it more robust. Version 1.0.2 - 08/01/2012 - FIX: On systems older than Windows 7, the tool bar chevron popup window could be displayed off-screen. - FIX: The GetAvailableButton event had problems with the button texts. This issue could not be fixed entirely, but now a simple workaround exists. See the help topic about this event for details. - FIX: The IToolBar::LoadToolBarStateFromRegistry method did not work properly. - Fixed a memory leak that occurred during drag'n'drop if Aero drag-images have been used. Version 1.0.1 - 28/11/2011 - FIX: The chevron popup tool bar didn't always get the same window theme as the tool bar that it has been displayed for. Version 1.0.0 - 21/11/2011 - First public release.