CheckListBox ActiveX V2.6 Evaluation Version
Copyright (c) 1996-2003 Hai Li, Zeal SoftStudio.
E-mail: haili@public.bta.net.cn
Homepage: http://www.zealsoft.com/ (English)
          http://zealsoft.nease.net (Chinese)

Release Date: March 20, 2003

Description
-----------
CheckListBox ActiveX Control provides support for listbox containing checkboxes, which is like the control that is built into Microsoft Word and Excel. In this control, each item's font, color, enabled and checked state can be individually modified. The control also supports 3D look, picture items and custom checkmark. This package includes samples written in Visual Basic, Visual C++ and Internet Explorer. CheckListBox is also called Check List. 

Evaluation Notes
----------------
The .EXE file compiled with this evaluation version can't be run on another computer. The registered version doesn't have such limitation.

If you use Prop sample of Visual C++ in the evaluation version, you need place a CheckListBox to the dialog before you compile the sample, or the sample will not run properly. This problem is caused by ActiveX license mode of Visual C++, and it is not a matter in the registered version.


What's New
----------
Add CheckAlignment property.
Add NoCheckmark property.
Add SortMode property.
Add Windows XP style to Style property.
Add SelectAll and UnselectAll methods.
Add Visual C++ sample.
Add Internet Explorer sample.
Remove Visual Basic 4.0 samples.
Remove VBX version support.

Upgrade Information
-------------------
In this version, ActiveX control file is renamed to Chklsb26.ocx.

If you upgrade from a VBX version, please notice there are some differences between VBX and ActiveX(OCX).

Following property is only supported in VBX version,

 Align Property.

Following properties in VBX version are replaced by Font property in ActiveX version: 

FontName, FontBold, FontItalic, FontUnderline, FontSize, FontStrikethru.

Following properties in VBX version are replaced by ItemFont property in ActiveX version: 

ItemFontName, Item FontBold, ItemFontItalic, ItemFontUnderline, ItemFontSize, ItemFontStrikethru.

The default control name of VBX version is ChkList1, while the default of ActiveX version is CheckListBox1.

History
-------
2.6
	Add CheckAlignment property.
	Add NoCheckmark property.
	Add SortMode property.
	Add Windows XP style to Style property.
	Add SelectAll and UnselectAll methods.
	Add Visual C++ sample.
	Add Internet Explorer sample.
	Remove Visual Basic 4.0 samples.
	Remove VBX version support.
2.5 Build 12
	Fix the bug of displaying garbage text in Internet Explorer.
	Fix the bug of displaying jumble text in Access Form_Open event.
	Mark the controls safe for scripting in Internet Explorer.
2.5 Build 11
	Fix some bugs.
	Improve Products sample.
2.5 Build 10
	Add CHKLSB25.DEP for Visual Basic Setup Wizard.
	Fix the bug of drag and drop.
	Fix the bug of incorrect item height when place more listboxes on a form.
	Add DragList sample.
	Add DragSort sample.
2.5 Build 9
	Add CheckedCount Property property(ActiveX version only).
	Add MultiSelect Property property(ActiveX version only).
	Fix the bug that ListIndex will be set to -1 when 
		Font or ItemFont property is changed.
2.5 Build 8
	Add SelCount property(ActiveX version only).
	Improve the property page(ActiveX version only).
2.5 Build 7
	Add KeyFind property(ActiveX version only).
	Add Redraw property(ActiveX version only).
	Support LB_SETHORIZONTALEXTENT message by which 
		a list box can be scrolled horizontally.
	Fix the bug of flash when set BackColor to black.
	Fix the display problem in small fonts setting.
	Rewrite the Products sample.
2.5 Build 6
	Add ShowFocusRect property(ActiveX version only).
	Fix the bug that moving selection using keyboard 
		won't fire Click event.
	Fix the bug that ListIndex property can't be set to -1.
2.5 Build 5
	Add ToggleMode property(ActiveX version only).
2.5 Build 4
	Set the Text property as the default property.
	Fix the focus rectangle bug when turning of checkmark.
	Improve the display when turning off checkmark.
2.5 Build 3
	Allow users to turn on/off checkmark.
	Fix some help document errors.
2.5 Build 2
	Support Apartment Threaded
	Support the Tab (ASCII 9) character
	Add a new Product sample
	Fix display problem with font size greater than 10 points
2.5
	Add ActiveX Control version.
	Add ItemFont property.
	Add ItemForeColor property.
	Add ItemBackColor property.
	Add Grayed property.
	Add Selected property.
	Add AddCheckedItem method.
	Add AddPicItem method.
	Add CheckAll and UnCheckAll method.
	ItemImage property now supports .ICO and .WMF format.
	Add Visual Basic 5.0 sample.