Version 1.2.1 - 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.0 - 07/01/2011 - FIX: The controls could crash when they were destroyed. - FIX: The _IDriveComboBoxEvents::OLEReceivedNewData event did not get raised. - 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 - 07/11/2010 - FIX: Visual Basic 6 didn't raise the Validate event correctly. - FIX: The _IComboBoxEvents::KeyDown and _IImageComboBoxEvents::KeyDown events could get raised twice for the RETURN and ESC keys. - FIX: The _IListBoxEvents::CaretChanged event did not get raised if the caret was changed via code. Version 1.1.2 - 13/05/2010 - FIX: IOLEDataObject::SetDropDescription could cause crashes in other programs. - FIX: The ComboBox control still didn't work well with non-standard dpi settings, if version 5.x of comctl32.dll was used. Version 1.1.1 - 25/04/2010 - Added a new property page that can be used to enter Unicode texts at design time. - FIX: IVirtualDriveComboBoxItem::DriveType and IVirtualDriveComboBoxItem::Path reported the wrong drive's properties due to an index-off-by-one problem. - FIX: The ComboBox' "Edit Field only" style didn't work well with non-standard dpi settings. Version 1.1.0 - 01/01/2010 - Added the IDriveComboBoxItem::DriveTypesWithVolumeName property. - Improved performance. - FIX: IComboBoxItems::RemoveAll() failed if no filter was specified. - FIX: IDriveComboBoxItems::RemoveAll() failed if no filter was specified. - FIX: IImageComboBoxItems::RemoveAll() failed if no filter was specified. - FIX: IListBoxItems::RemoveAll() failed if no filter was specified. - 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.0.0 - 16/11/2009 - Added the IComboBoxItem::GetRectangle() method. - Added the IDriveComboBoxItem::GetRectangle() method. - Added the IImageComboBoxItem::GetRectangle() method. - Extended _IComboBoxEvents::ListOLEDragDrop() by the parameter 'yToItemTop'. - Extended _IComboBoxEvents::ListOLEDragEnter() by the parameter 'yToItemTop'. - Extended _IComboBoxEvents::ListOLEDragLeave() by the parameter 'yToItemTop'. - Extended _IComboBoxEvents::ListOLEDragMouseMove() by the parameter 'yToItemTop'. - Extended _IDriveComboBoxEvents::ListOLEDragDrop() by the parameter 'yToItemTop'. - Extended _IDriveComboBoxEvents::ListOLEDragEnter() by the parameter 'yToItemTop'. - Extended _IDriveComboBoxEvents::ListOLEDragLeave() by the parameter 'yToItemTop'. - Extended _IDriveComboBoxEvents::ListOLEDragMouseMove() by the parameter 'yToItemTop'. - Extended _IImageComboBoxEvents::ListOLEDragDrop() by the parameter 'yToItemTop'. - Extended _IImageComboBoxEvents::ListOLEDragEnter() by the parameter 'yToItemTop'. - Extended _IImageComboBoxEvents::ListOLEDragLeave() by the parameter 'yToItemTop'. - Extended _IImageComboBoxEvents::ListOLEDragMouseMove() by the parameter 'yToItemTop'. - Extended _IListBoxEvents::OLEDragDrop() by the parameter 'yToItemTop'. - Extended _IListBoxEvents::OLEDragEnter() by the parameter 'yToItemTop'. - Extended _IListBoxEvents::OLEDragLeave() by the parameter 'yToItemTop'. - Extended _IListBoxEvents::OLEDragMouseMove() by the parameter 'yToItemTop'. - Removed the IDriveComboBox::ListBackColor and IDriveComboBox::ListForeColor properties, because they didn't work. - Removed the IImageComboBox::ListBackColor and IImageComboBox::ListForeColor properties, because they didn't work. - DriveComboBox: Don't try to read the volume names of removable drives. - FIX: IComboBoxItem::Text, IDriveComboBoxItem::Path, IDriveComboBoxItem::Text, IImageComboBoxItem::Text, IListBoxItem::Text could crash. - Added two WTL8 samples. Version 1.0.0 RC1 - 31/10/2009 - First public release.